libpmc: remove unused auto_ptr warning suppression

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

Reviewed by:	mhorne
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37576
This commit is contained in:
Ed Maste 2022-11-29 14:41:08 -05:00
parent 6ab87ec483
commit e92d692345

View file

@ -46,9 +46,6 @@ WARNS?= 3
CFLAGS+= -I${.CURDIR} -I${SRCTOP}/sys
CWARNFLAGS.gcc+= -Wno-shadow -Wno-cast-align
# Silence warnings about usage of deprecated std::auto_ptr
CXXWARNFLAGS+= -Wno-deprecated-declarations
MAN= pmc.3
MAN+= pmc_allocate.3
MAN+= pmc_attach.3