krb5: only apply -Wno-alloc-size-larger-than to gcc

Otherwise, this breaks the clang build.
This commit is contained in:
Lexi Winter
2025-08-04 02:59:04 +01:00
parent 37056594f0
commit 04764f2185
+1 -1
View File
@@ -46,7 +46,7 @@ CFLAGS+=-I${KRB5_DIR}/lib \
-I${KRB5_OBJTOP}/lib/gssapi \
-I${KRB5_DIR}/lib/gssapi/krb5 \
-I${KRB5_DIR}/lib/gssapi/generic
CWARNFLAGS+=-Wno-alloc-size-larger-than
CWARNFLAGS.gcc+=-Wno-alloc-size-larger-than
HDRDIR= ${KRB5_OBJHDR}/kadm5
HDRS= ${HDRDIR}/admin.h \