diff --git a/Makefile b/Makefile index 00e7b7c2..743f6ca9 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ endif CFLAGS+=-std=gnu11 -O2 -g -MMD -Wall -fPIC \ -Wno-pointer-sign \ + -Wno-deprecated-declarations \ -fno-strict-aliasing \ -fno-delete-null-pointer-checks \ -I. -Iinclude -Iraid \