Page MenuHomeFreeBSD

googletest: remove unused auto_ptr warning suppression
ClosedPublic

Authored by emaste on Nov 29 2022, 10:12 PM.
Tags
None
Referenced Files
F108881975: D37561.diff
Wed, Jan 29, 2:13 AM
Unknown Object (File)
Mon, Jan 27, 4:50 PM
Unknown Object (File)
Sun, Jan 26, 6:13 PM
Unknown Object (File)
Thu, Jan 16, 5:42 AM
Unknown Object (File)
Dec 8 2024, 7:17 PM
Unknown Object (File)
Nov 26 2024, 6:08 AM
Unknown Object (File)
Nov 26 2024, 6:08 AM
Unknown Object (File)
Nov 26 2024, 6:08 AM
Subscribers

Details

Summary

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.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.

I couldn't find a googletest update commit that removed use of auto_ptr, but grep -r auto_ptr finds nothing and it builds w/o error

This revision is now accepted and ready to land.Nov 30 2022, 4:58 PM