]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Another round of attempting to squelch -Wdeprecated-declarations, which
authordim <dim@FreeBSD.org>
Tue, 17 Sep 2019 06:07:08 +0000 (06:07 +0000)
committerdim <dim@FreeBSD.org>
Tue, 17 Sep 2019 06:07:08 +0000 (06:07 +0000)
commit487b4a044e93d6e5775b91e0032be48f9399c471
tree16776cbea9306a47d305b06192510a01f4300c9e
parentad8ff1f0a9469d4d53538490462fc70335412681
Another round of attempting to squelch -Wdeprecated-declarations, which
has become very trigger-happy with libc++ 9.0.0.

It does not help that gcc's implementation of this warning is even more
trigger-happy, in the sense that it already warns on the declaration
itself, not when you are using it.  This is very annoying with our use
of -Wsystem-headers.  That should really be disabled for gcc.
lib/atf/libatf-c++/Makefile
lib/googletest/Makefile.inc
lib/libdevdctl/Makefile
lib/libpmc/Makefile
libexec/atf/atf-check/Makefile
libexec/atf/atf-sh/Makefile
share/mk/atf.test.mk