]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Another round of attempting to squelch -Wdeprecated-declarations, which
authorDimitry Andric <dim@FreeBSD.org>
Tue, 17 Sep 2019 06:07:08 +0000 (06:07 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Tue, 17 Sep 2019 06:07:08 +0000 (06:07 +0000)
commit2c3f47a727372086b41ef9ce06eb1f1eb83a67d3
tree16776cbea9306a47d305b06192510a01f4300c9e
parentc950e612873480cd06b61cae2cc024675d6cacd4
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