소스 검색

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>
Mike Frysinger 12 년 전
부모
커밋
fe19f3c5e3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      test/Rules.mak

+ 0 - 1
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)