git: 619feb9dd00e - main - krb5: Don't add -Wno-macro-redefined to CFLAGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Aug 2025 17:45:06 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=619feb9dd00e93894ddc74c3380c882a88570e4a
commit 619feb9dd00e93894ddc74c3380c882a88570e4a
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2025-08-08 17:44:15 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2025-08-08 17:44:15 +0000
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 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