diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-09-17 06:07:08 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-09-17 06:07:08 +0000 |
commit | 2c3f47a727372086b41ef9ce06eb1f1eb83a67d3 (patch) | |
tree | 16776cbea9306a47d305b06192510a01f4300c9e /lib/libpmc | |
parent | c950e612873480cd06b61cae2cc024675d6cacd4 (diff) |
Notes
Diffstat (limited to 'lib/libpmc')
-rw-r--r-- | lib/libpmc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpmc/Makefile b/lib/libpmc/Makefile index 35af606a72258..03b8ac44af953 100644 --- a/lib/libpmc/Makefile +++ b/lib/libpmc/Makefile @@ -32,6 +32,9 @@ WARNS?= 3 CFLAGS+= -I${.CURDIR} 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 |