test/cfg/ Suppress implicit function declaration warnings from GCC.
This commit is contained in:
parent
af07c3ce46
commit
a1b2597a5e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue