Silence gcc warnings in libdevdctl about deprecated std::auto_ptr, and
various function objects from <functional>.
This commit is contained in:
parent
82dd45423b
commit
e008cf3eb5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user