From 2d7ed3b9942a411c7380328607de48e9ad670084 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 6 Aug 2013 13:20:49 +0200 Subject: [PATCH] Omit warnings for SSL --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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