1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-06 09:17:25 +00:00
freebsd/lib/googletest
Dimitry Andric d396c67f26 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.

MFC after:	3 days
2021-08-26 22:06:53 +02:00
..
gmock
gmock_main
gtest
gtest_main
tests
Makefile
Makefile.inc googletest: Silence warnings about deprecated implicit copy constructors 2021-08-26 22:06:53 +02:00