From fe19f3c5e3464b3d6c36ef1bbbc33c4e4e803cda Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 15 Jan 2012 13:06:58 -0500 Subject: tests: skip redundant -Wstrict-prototypes setup We inherit the top-level Rules.mak which sets up this flag for us, so just rely on that. Signed-off-by: Mike Frysinger --- test/Rules.mak | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/Rules.mak b/test/Rules.mak index 4b4345eae..900ff440f 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -57,7 +57,6 @@ endif endif XCOMMON_CFLAGS := -I$(top_builddir)test -D_GNU_SOURCE -CFLAG_-Wstrict-prototypes ?= $(call check_gcc,-Wstrict-prototypes,) XWARNINGS += $(CFLAG_-Wstrict-prototypes) CFLAGS := -nostdinc -I$(top_builddir)$(LOCAL_INSTALL_PATH)/usr/include CFLAGS += $(XCOMMON_CFLAGS) $(KERNEL_INCLUDES) $(CC_INC) -- cgit v1.2.3