summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-01-15 13:06:58 -0500
committerMike Frysinger <vapier@gentoo.org>2012-01-15 13:11:15 -0500
commitfe19f3c5e3464b3d6c36ef1bbbc33c4e4e803cda (patch)
treeeb47f3d49cf269a2d629b9202060484c83f30340
parent4db2caac1ccfade5fcde67c9800d7f3512220137 (diff)
downloaduClibc-alpine-fe19f3c5e3464b3d6c36ef1bbbc33c4e4e803cda.tar.bz2
uClibc-alpine-fe19f3c5e3464b3d6c36ef1bbbc33c4e4e803cda.tar.xz
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 <vapier@gentoo.org>
-rw-r--r--test/Rules.mak1
1 files changed, 0 insertions, 1 deletions
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)