We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e21ef commit 5cc3f8cCopy full SHA for 5cc3f8c
1 file changed
CMakeLists.txt
@@ -28,7 +28,7 @@ function(tiny_engine_configure_target TARGET_NAME)
28
29
# More warnings.
30
if(MSVC)
31
- target_compile_options(${TARGET_NAME} PUBLIC /W3 /WX /wd4996)
+ target_compile_options(${TARGET_NAME} PUBLIC /W3 /WX /wd4996 /wd4113)
32
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
33
target_compile_options(${TARGET_NAME} PUBLIC /wd4090)
34
endif()
0 commit comments