diff options
Diffstat (limited to 'code/build.sh')
-rwxr-xr-x | code/build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/code/build.sh b/code/build.sh index e083327..bfc9a60 100755 --- a/code/build.sh +++ b/code/build.sh @@ -19,6 +19,7 @@ CompilerFlags=" WarningFlags="-Wall -Wextra +-Wno-sign-compare -Wno-unused-but-set-variable -Wno-unused-variable -Wno-write-strings @@ -32,7 +33,7 @@ ClangCompilerFlags=" ClangWarningFlags=" -Wno-null-dereference -Wno-missing-braces --Wno-vla-cxx-extension +-Wno-vla-extension -Wno-writable-strings " |