From a094e084f4529653f9eb1de5d131018174afb0e2 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 3 Mar 2015 07:51:36 +0000 Subject: [PATCH] Lower warnings to please gcc 4.2 --- lib/libucl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile index 62b0d28b886c..b94f3dac40f6 100644 --- a/lib/libucl/Makefile +++ b/lib/libucl/Makefile @@ -18,7 +18,7 @@ SRCS= ucl_emitter_streamline.c \ LIBADD= m -WARNS= 2 +WARNS= 1 CFLAGS+= -I${LIBUCL}/include \ -I${LIBUCL}/src \ -I${LIBUCL}/uthash \