From a1b2597a5eae09321ec8d601d467b21f529d1a03 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Thu, 27 Aug 2015 14:49:52 +0200 Subject: [PATCH] test/cfg/ Suppress implicit function declaration warnings from GCC. --- test/cfg/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cfg/runtests.sh b/test/cfg/runtests.sh index 51dff0d53..5294671c3 100755 --- a/test/cfg/runtests.sh +++ b/test/cfg/runtests.sh @@ -16,7 +16,7 @@ CPPCHECK_OPT='--check-library --enable=information --enable=style --error-exitco CXX=g++ CXX_OPT='-fsyntax-only -std=c++0x' CC=gcc -CC_OPT='-Wno-nonnull -fsyntax-only' +CC_OPT='-Wno-nonnull -Wno-implicit-function-declaration -fsyntax-only' # posix.c ${CC} ${CC_OPT} ${DIR}posix.c