Skip to content

Commit

Permalink
ignore warning 4514
Browse files Browse the repository at this point in the history
  • Loading branch information
Qendolin committed Jun 14, 2024
1 parent 1b2f3b3 commit 48ee713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ if(MSVC)
# enable warnings except:
# 'size_t' possible loss of data, 'identifier' hides class member, unused parameter
# disable warnings in external includes
target_compile_options(${PROJECT_NAME} PRIVATE /W4 /wd4267 /wd4458 /wd4100 /external:anglebrackets /external:W0)
target_compile_options(${PROJECT_NAME} PRIVATE /W4 /wd4267 /wd4458 /wd4100 /wd4514 /external:anglebrackets /external:W0)
endif()

install(
Expand Down

0 comments on commit 48ee713

Please sign in to comment.