aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5bb1bca..3bff7d2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -5,7 +5,6 @@ include mk/Variables.mk
# add our flags + libs
CFLAGS += -DVERSION='"$(VERSION)"' -DLIB='"$(LIB)"'
CFLAGS += -Wno-pointer-sign
-CFLAGS += -Wno-deprecated-declarations
# valgrind options
VFLAGS := --leak-check=full --show-possibly-lost=no