We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19454b commit f816cc8Copy full SHA for f816cc8
1 file changed
test/cfg/runtests.sh
@@ -17,7 +17,7 @@ CPPCHECK_OPT='--check-library --enable=information --enable=style --error-exitco
17
18
# Compiler settings
19
CXX=g++
20
-CXX_OPT='-fsyntax-only -std=c++0x -Wno-format -Wno-format-security'
+CXX_OPT='-fsyntax-only -std=c++0x -Wno-format -Wno-format-security -Wno-deprecated-declarations'
21
CC=gcc
22
CC_OPT='-Wno-format -Wno-nonnull -Wno-implicit-function-declaration -Wno-deprecated-declarations -Wno-format-security -Wno-nonnull -fsyntax-only'
23
0 commit comments