medfall

A super great game engine
Log | Files | Refs

commit 78b80aa79f9b10b2172c495c516374c6615ae60f
parent 4c79c43c974709b071f60c42ec56decacddb9f71
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sat May 27 15:06:52 +0300

stb_image warnings

Diffstat:
make.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/make.lua b/make.lua @@ -21,7 +21,7 @@ require( "libs/whereami" ) obj( "stb_image", "stb_image.h" ) windows_obj_cxxflags( "stb_image", "/DSTB_IMAGE_IMPLEMENTATION -wd4244" ) -linux_obj_cxxflags( "stb_image", "-DSTB_IMAGE_IMPLEMENTATION -Wno-shift-negative-value" ) +linux_obj_cxxflags( "stb_image", "-DSTB_IMAGE_IMPLEMENTATION -Wno-shadow" ) -- obj( "stb_image_write", "stb_image_write.h", "-DSTB_IMAGE_WRITE_IMPLEMENTATION" ) -- obj( "stb_perlin", "stb_perlin.h", "-DSTB_PERLIN_IMPLEMENTATION" )