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)
Wed, May 28, 5:19 AM
Unknown Object (File)
Wed, May 21, 5:46 PM
Unknown Object (File)
Tue, May 6, 4:57 PM
Unknown Object (File)
Apr 21 2025, 1:01 AM
Unknown Object (File)
Apr 17 2025, 3:40 PM
Unknown Object (File)
Apr 12 2025, 8:04 PM
Unknown Object (File)
Feb 14 2025, 3:06 PM
Unknown Object (File)
Feb 6 2025, 5:25 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

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