From 9955a5a2b3dafb4f8faf8f3c9497d53eddbcf3bc Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 28 Aug 2010 08:09:36 +0000 Subject: [PATCH] defs.mk: Add -Wno-deprecated to silence deprecation warnings --- make/defs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/defs.mk b/make/defs.mk index ea23029a..6cd9fdaa 100644 --- a/make/defs.mk +++ b/make/defs.mk @@ -111,7 +111,7 @@ endif endif CFLAGS += -D_FILE_OFFSET_BITS=64 -Wall -Wno-unused-value -fexceptions -CPPFLAGS += -D_FILE_OFFSET_BITS=64 -Wall -Wno-unused-value +CPPFLAGS += -D_FILE_OFFSET_BITS=64 -Wall -Wno-unused-value -Wno-deprecated LDFLAGS += -Wall ifeq ($(CATCH_ONLY_YERROR),true)