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

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>