Skip to content

Commit

Permalink
don't add redundant /W3
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Feb 6, 2021
1 parent 0ce7538 commit 786f7ae
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 @@ -998,7 +998,7 @@ if(MSVC)
if(WARNINGS_PEDANTIC)
target_compile_options(mixxx-lib PUBLIC /W4)
else()
target_compile_options(mixxx-lib PUBLIC /W3)
#target_compile_options(mixxx-lib PUBLIC /W3)
target_compile_definitions(mixxx-lib PUBLIC _SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING _CRT_SECURE_NO_WARNINGS)
endif()
else()
Expand Down

0 comments on commit 786f7ae

Please sign in to comment.