Skip to content

Commit 9f4b404

Browse files
committed
test/cli/runtests.sh: disable -Wimplicit-function-declaration to avoid warnings on macos-13 for now
1 parent b44636e commit 9f4b404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cfg/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ CPPCHECK_OPT=(
4444
CXX=g++
4545
CXX_OPT=("-fsyntax-only" "-w" "-std=c++2a")
4646
CC=gcc
47-
CC_OPT=("-fsyntax-only" "-w" "-Wimplicit-function-declaration" "-std=c11")
47+
CC_OPT=("-fsyntax-only" "-w" "-Wno-implicit-function-declaration" "-std=c11") # TODO: enable -Wimplicit-function-declaration
4848

4949
function get_pkg_config_cflags {
5050
# TODO: get rid of the error enabling/disabling?

0 commit comments

Comments
 (0)