Date: Fri, 8 Aug 2025 17:45:06 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 619feb9dd00e - main - krb5: Don't add -Wno-macro-redefined to CFLAGS Message-ID: <202508081745.578Hj6Ko000625@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508081745.578Hj6Ko000625>