diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2025-08-08 17:44:15 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2025-08-08 17:44:15 +0000 |
| commit | 619feb9dd00e93894ddc74c3380c882a88570e4a (patch) | |
| tree | 5e3ce49444e0a2bfb5494adbd515a167e7a1f86d | |
| parent | e8633bc76ad935fa44156034713c608477bc3da0 (diff) | |
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
| -rw-r--r-- | krb5/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/krb5/Makefile.inc b/krb5/Makefile.inc index 52910c3ebe4a..8529ee90a2e0 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 |
