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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user