commit 0378bdacee6cd42cd84c70a37bb33b97741d6e95 parent e6d1578cc7309ef24d6c112d1cd2dd8012424db5 Author: Michael Savage <mikejsavage@gmail.com> Date: Sun Jun 25 15:46:28 +0300 Warning in stb_image Diffstat:
libs/stb.lua | | | 2 | +- |
diff --git a/libs/stb.lua b/libs/stb.lua @@ -1,7 +1,7 @@ lib( "stb_image", { "libs/stb/stb_image" } ) obj( "libs/stb/stb_image", "libs/stb/stb_image.h" ) msvc_obj_cxxflags( "libs/stb/stb_image", "/DSTB_IMAGE_IMPLEMENTATION /wd4244 /wd4456" ) -gcc_obj_cxxflags( "libs/stb/stb_image", "-DSTB_IMAGE_IMPLEMENTATION -Wno-shadow" ) +gcc_obj_cxxflags( "libs/stb/stb_image", "-DSTB_IMAGE_IMPLEMENTATION -Wno-shadow -Wno-implicit-fallthrough" ) lib( "stb_image_write", { "libs/stb/stb_image_write" } ) obj( "libs/stb/stb_image_write", "libs/stb/stb_image_write.h" )