From 15b8819136a84e997cd637fe283f8a2294ba05a7 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 12 Sep 2011 20:26:34 -0400 Subject: [PATCH] Avoid warning on older flex/gcc systems (lion) --- src/Makefile_obj.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_obj.in b/src/Makefile_obj.in index 8defbf7d2..bdf5d0aab 100644 --- a/src/Makefile_obj.in +++ b/src/Makefile_obj.in @@ -96,7 +96,7 @@ CPPFLAGS += -W -Wall -Wno-unused-parameter -Wno-char-subscripts -Werror #CPPFLAGS += -pedantic-errors endif CPPFLAGSWALL = $(CPPFLAGS) -CPPFLAGSNOWALL = $(CPPFLAGS) +CPPFLAGSNOWALL = $(CPPFLAGS) -Wno-unused ifneq ($(SYSTEMPERL),) # Intuit SYSTEMPERL_INCLUDE as it's new SYSTEMPERL_INCLUDE ?= $(SYSTEMPERL)/src