Page MenuHomeFreeBSD

libpmc: remove unused auto_ptr warning suppression
ClosedPublic

Authored by emaste on Nov 30 2022, 7:51 PM.
Tags
None
Referenced Files
F166586116: D37576.diff
Fri, Aug 14, 6:23 PM
F166504534: D37576.diff
Thu, Aug 13, 8:54 PM
F166504524: D37576.id113783.diff
Thu, Aug 13, 8:54 PM
F166504517: D37576.id113697.diff
Thu, Aug 13, 8:54 PM
Unknown Object (File)
Thu, Aug 13, 2:58 PM
Unknown Object (File)
Wed, Aug 12, 4:51 PM
Unknown Object (File)
Fri, Jul 24, 9:53 PM
Unknown Object (File)
Mon, Jul 20, 12:07 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