test/cfg/ Suppress implicit function declaration warnings from GCC.

This commit is contained in:
orbitcowboy 2015-08-27 14:49:52 +02:00
parent af07c3ce46
commit a1b2597a5e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ CPPCHECK_OPT='--check-library --enable=information --enable=style --error-exitco
CXX=g++ CXX=g++
CXX_OPT='-fsyntax-only -std=c++0x' CXX_OPT='-fsyntax-only -std=c++0x'
CC=gcc CC=gcc
CC_OPT='-Wno-nonnull -fsyntax-only' CC_OPT='-Wno-nonnull -Wno-implicit-function-declaration -fsyntax-only'
# posix.c # posix.c
${CC} ${CC_OPT} ${DIR}posix.c ${CC} ${CC_OPT} ${DIR}posix.c