Page MenuHomeFreeBSD

libpmc: remove unused auto_ptr warning suppression
ClosedPublic

Authored by emaste on Nov 30 2022, 7:51 PM.
Tags
None
Referenced Files
F132059342: D37576.id113783.diff
Mon, Oct 13, 7:29 AM
F132059341: D37576.id.diff
Mon, Oct 13, 7:28 AM
F132059332: D37576.id113697.diff
Mon, Oct 13, 7:28 AM
F131994767: D37576.diff
Sun, Oct 12, 7:16 PM
Unknown Object (File)
Sun, Oct 12, 3:35 PM
Unknown Object (File)
Sat, Oct 11, 10:04 PM
Unknown Object (File)
Mon, Sep 15, 10:41 AM
Unknown Object (File)
Sun, Sep 14, 4:57 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