fix onyx-build.yml again
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 5 Jan 2021 02:19:33 +0000 (20:19 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 5 Jan 2021 02:19:33 +0000 (20:19 -0600)
build.sh

index 4a5dbed9078636e574ce4757f673ab705d741bd6..ffa057121806d39a75247f2126a4dd60eba440f4 100644 (file)
--- 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"