googletest: remove unused auto_ptr warning suppression
lib/googletest used -Wno-deprecated-declarations to silence warnings about usage of deprecated std::auto_ptr, but auto_ptr is not (now) used anywhere in googletest. Reviewed by: jhb Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37561
This commit is contained in:
parent
0dfc8a7c1c
commit
dba226d43d
@ -8,8 +8,5 @@ GOOGLETEST_SRCROOT= ${GTEST_DIR}/googletest
|
||||
|
||||
CXXFLAGS+= ${GTESTS_FLAGS}
|
||||
|
||||
# Silence warnings about usage of deprecated std::auto_ptr
|
||||
CXXWARNFLAGS+= -Wno-deprecated-declarations
|
||||
|
||||
# Silence warnings about usage of deprecated implicit copy constructors
|
||||
CXXWARNFLAGS+= -Wno-deprecated-copy
|
||||
|
Loading…
x
Reference in New Issue
Block a user