From 619feb9dd00e93894ddc74c3380c882a88570e4a Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 8 Aug 2025 13:44:15 -0400 Subject: [PATCH] krb5: Don't add -Wno-macro-redefined to CFLAGS This doesn't exist on GCC and masked warnings in OpenSSH. Reviewed by: des Differential Revision: https://reviews.freebsd.org/D51811 --- krb5/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/krb5/Makefile.inc b/krb5/Makefile.inc index 52910c3ebe4..8529ee90a2e 100644 --- a/krb5/Makefile.inc +++ b/krb5/Makefile.inc @@ -22,7 +22,6 @@ MAKE_COMMANDS= ${KRB5_OBJTOP}/util/ss/mk_cmds # There are no WARNS levels for this. CFLAGS+= -Wno-deprecated-non-prototype \ - -Wno-macro-redefined \ -Wno-unused-parameter WARNS?= 1