HomeFreeBSD

googletest: Silence warnings about deprecated implicit copy constructors

Description

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

Details

Provenance
dimAuthored on Aug 26 2021, 8:06 PM
Parents
rGf643997a1761: Cleanup compiler warning flags in lib/libefivar/Makefile
Branches
Unknown
Tags
Unknown