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
This commit is contained in:
John Baldwin
2025-08-08 13:44:15 -04:00
parent e8633bc76a
commit 619feb9dd0
-1
View File
@@ -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