]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
googletest: Silence warnings about deprecated implicit copy constructors
authorDimitry Andric <dim@FreeBSD.org>
Thu, 26 Aug 2021 20:06:49 +0000 (22:06 +0200)
committerDimitry Andric <dim@FreeBSD.org>
Sun, 29 Aug 2021 10:51:10 +0000 (12:51 +0200)
commit7f14439a3a78f084f705e24a055c85044f35d39a
treebff40acb8f2f9c5f79db6bb82e8336dffb67979a
parentbefc478229660bca9cbda38d73f6b9d7c8918ded
googletest: Silence warnings about deprecated implicit copy constructors

Our copy of googletest is rather stale, and causes a number of -Werror
warnings about implicit copy constructor definitions being deprecated,
because several classes have user-declared copy assignment operators.
Silence the warnings until we either upgrade or remove googletest.

(cherry picked from commit d396c67f26b079c2808002c07212d9df9818a11b)
lib/googletest/Makefile.inc