medfall

A super great game engine
Log | Files | Refs

commit 572ec91c4bd3862b12520d8b99e3772e0730965d
parent 89df05757ff13d04368dc6302de20c6f39251d9e
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Mon May 15 00:20:52 +0300

-Wvla

Diffstat:
scripts/gen_makefile.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/gen_makefile.lua b/scripts/gen_makefile.lua @@ -31,7 +31,7 @@ local configs = { cxxflags = "-I . -c -x c++ -std=c++11 -msse2 -fno-exceptions -fno-rtti -fno-strict-aliasing -fno-strict-overflow -D_USE_MATH_DEFINES", ldflags = "-lm -lpthread -ldl", - warnings = "-Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wshadow -Wcast-align -Wstrict-overflow ", -- -Wconversion + warnings = "-Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wshadow -Wcast-align -Wstrict-overflow -Wvla", -- -Wconversion }, [ "linux-64" ] = { },