From: Brendan Hansen Date: Tue, 5 Jan 2021 02:19:33 +0000 (-0600) Subject: fix onyx-build.yml again X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=57880ea0bf3372901293da1d033fb5212d0b5f50;p=onyx.git fix onyx-build.yml again --- diff --git a/build.sh b/build.sh index 4a5dbed9..ffa05712 100644 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ C_FILES="onyx onyxbuiltins onyxchecker onyxclone onyxdoc onyxentities onyxerrors TARGET='./bin/onyx' CC='gcc' -WARNINGS='-Wimplicit -Wmisleading-indentation -Wmultistatement-macros -Wparentheses -Wsequence-point -Wreturn-type -Wshift-negative-value -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wmaybe-uninitialized -Wsign-compare -Wstrict-overflow -Wduplicated-branches -Wduplicated-cond -Wtrigraphs -Waddress -Wlogical-op' +WARNINGS='-Wimplicit -Wmisleading-indentation -Wparentheses -Wsequence-point -Wreturn-type -Wshift-negative-value -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wmaybe-uninitialized -Wsign-compare -Wstrict-overflow -Wduplicated-branches -Wduplicated-cond -Wtrigraphs -Waddress -Wlogical-op' if [ "$1" = "debug" ]; then FLAGS="$WARNINGS -g3 -I./include"