Page MenuHomeFreeBSD

googletest: remove unused auto_ptr warning suppression
ClosedPublic

Authored by emaste on Nov 29 2022, 10:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 22 2024, 9:45 AM
Unknown Object (File)
Mar 8 2024, 8:40 AM
Unknown Object (File)
Mar 8 2024, 8:40 AM
Unknown Object (File)
Mar 8 2024, 8:28 AM
Unknown Object (File)
Feb 25 2024, 12:08 AM
Unknown Object (File)
Dec 20 2023, 7:04 AM
Unknown Object (File)
Oct 28 2023, 8:39 AM
Unknown Object (File)
Sep 30 2023, 7:14 PM
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

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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