Skip to content

Commit 5cc3f8c

Browse files
committed
Update MSVC flags.
1 parent e7e21ef commit 5cc3f8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function(tiny_engine_configure_target TARGET_NAME)
2828

2929
# More warnings.
3030
if(MSVC)
31-
target_compile_options(${TARGET_NAME} PUBLIC /W3 /WX /wd4996)
31+
target_compile_options(${TARGET_NAME} PUBLIC /W3 /WX /wd4996 /wd4113)
3232
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
3333
target_compile_options(${TARGET_NAME} PUBLIC /wd4090)
3434
endif()

0 commit comments

Comments
 (0)