diff --git a/Makefile b/Makefile index f74d7386..ddbf2bfb 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ USE_KRB5 = 0 ############################################################# # Default compilation flags unless stated otherwise. -CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -W -Wall +CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -W -Wall -Wno-deprecated-declarations #CFLAGS += -g -funroll-loops -fomit-frame-pointer -W -Wall CC = gcc