refactor model things
[carveJwlIkooP6JGAAIwe30JlM.git] / build.sh
index 0228534080bc83d6aee13c56acbaa198e065ba1d..eb741bfdba289a4dd1400616cb1aad027be955a5 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -29,7 +29,7 @@ _options_release="-O3 -DVG_RELEASE"
 # Compiler lines
 # ==============================================================================
 
-_warnings="-Wall -Wno-unused-function -Wno-unused-variable"
+_warnings="-Wall -Wno-unused-function -Wno-unused-variable -Wno-unused-command-line-argument -Wno-unused-but-set-variable"
 _include="-I. -I./vg/dep -I./vg/src"
 _library="-L. -L./vg/dep/glfw -L./vg/dep/steam"
 _epilogue="-Wl,-rpath=./"