Silence gcc warnings in libdevdctl about deprecated std::auto_ptr, and

various function objects from <functional>.
This commit is contained in:
Dimitry Andric 2019-09-09 19:56:20 +00:00
parent 82dd45423b
commit e008cf3eb5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang900-import/; revision=352104

View file

@ -18,4 +18,8 @@ WARNS?= 3
PRIVATELIB= true
SHLIB_MAJOR= 0
# Silence gcc warnings about deprecated std::auto_ptr, and various function
# objects from <functional>.
CWARNFLAGS+= -Wno-deprecated-declarations
.include <bsd.lib.mk>