We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Wimplicit-function-declaration
macos-13
1 parent b44636e commit 9f4b404Copy full SHA for 9f4b404
1 file changed
test/cfg/runtests.sh
@@ -44,7 +44,7 @@ CPPCHECK_OPT=(
44
CXX=g++
45
CXX_OPT=("-fsyntax-only" "-w" "-std=c++2a")
46
CC=gcc
47
-CC_OPT=("-fsyntax-only" "-w" "-Wimplicit-function-declaration" "-std=c11")
+CC_OPT=("-fsyntax-only" "-w" "-Wno-implicit-function-declaration" "-std=c11") # TODO: enable -Wimplicit-function-declaration
48
49
function get_pkg_config_cflags {
50
# TODO: get rid of the error enabling/disabling?
0 commit comments