]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Makefile.boot: Make -Wno-typedef-redefinition Clang-specific
authorJessica Clarke <jrtc27@FreeBSD.org>
Mon, 6 Dec 2021 19:12:46 +0000 (19:12 +0000)
committerJessica Clarke <jrtc27@FreeBSD.org>
Mon, 24 Jan 2022 23:59:02 +0000 (23:59 +0000)
commit29665d68e254c2f0fd26add7c72d837aa07c4b72
tree6f2121b0403f96c15118ed67cb67984e9fb39133
parentfae2a8cad398518c473f67fc210206c6dac02610
Makefile.boot: Make -Wno-typedef-redefinition Clang-specific

GCC doesn't have this warning and so also doesn't have the flag to
disable it, resulting in it spewing a bunch of warnings about the
command line option being unrecognised.

MFC after: 1 week

(cherry picked from commit 05066fad68f03f0f7cf602924dd35ee327bf2b2d)
tools/build/mk/Makefile.boot