Skip to content

Commit 560ff0b

Browse files
committed
inc
1 parent 4f5dda5 commit 560ff0b

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
@@ -46,7 +46,7 @@ CXX_OPT=("-fsyntax-only" "-w" "-std=c++2a")
4646
CC=gcc
4747
CC_OPT=("-fsyntax-only" "-w" "-Wno-implicit-function-declaration" "-std=c11") # TODO: remove -Wno-implicit-function-declaration when warnings are fixed on MacOS
4848

49-
IWYU_OPTS=("-Xiwyu" "--no_fwd_decls")
49+
IWYU_OPTS=("-Xiwyu" "--no_fwd_decls") # "-Xiwyu" "--update_comments"
5050

5151
function get_pkg_config_cflags {
5252
# TODO: get rid of the error enabling/disabling?

0 commit comments

Comments
 (0)