changeset 6021:9eace51e0a47

. Sync with changes to the Linux version.
author Greg Lewis <glewis@eyesbeyond.com>
date Fri, 08 Sep 2017 09:32:12 -0700
parents 660752df7b73
children 6e4b0b4481b9
files make/bsd/makefiles/gcc.make
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/bsd/makefiles/gcc.make	Thu Sep 07 23:37:15 2017 -0700
+++ b/make/bsd/makefiles/gcc.make	Fri Sep 08 09:32:12 2017 -0700
@@ -181,6 +181,7 @@
 else
 ACCEPTABLE_WARNINGS = -Wpointer-arith -Wconversion -Wsign-compare
 endif
+ACCEPTABLE_WARNINGS += -Wno-deprecated-declarations
 
 CFLAGS_WARN/DEFAULT = $(WARNINGS_ARE_ERRORS) $(ACCEPTABLE_WARNINGS)
 # Special cases