diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-01-15 13:06:58 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-01-15 13:11:15 -0500 |
commit | fe19f3c5e3464b3d6c36ef1bbbc33c4e4e803cda (patch) | |
tree | eb47f3d49cf269a2d629b9202060484c83f30340 /test | |
parent | 4db2caac1ccfade5fcde67c9800d7f3512220137 (diff) |
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>
Diffstat (limited to 'test')
-rw-r--r-- | test/Rules.mak | 1 |
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) |