Page MenuHomeFreeBSD

libpmc: remove unused auto_ptr warning suppression
ClosedPublic

Authored by emaste on Nov 30 2022, 7:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 3, 8:03 PM
Unknown Object (File)
Mon, Jul 1, 3:39 PM
Unknown Object (File)
Wed, Jun 26, 1:05 AM
Unknown Object (File)
Mon, Jun 24, 3:21 PM
Unknown Object (File)
Jun 20 2024, 6:42 PM
Unknown Object (File)
Jun 20 2024, 2:50 PM
Unknown Object (File)
May 4 2024, 7:48 AM
Unknown Object (File)
Mar 22 2024, 9:09 PM
Subscribers

Details

Summary

libpmc used -Wno-deprecated-declarations to silence warnings about usage of deprecated std::auto_ptr, but there is (now) no use of auto_ptr in libpmc.

Diff Detail

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

Event Timeline

emaste created this revision.
This revision is now accepted and ready to land.Dec 1 2022, 3:10 PM