We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4f350 commit 900c52eCopy full SHA for 900c52e
third_party/SimpleBLE/simpleble/CMakeLists.txt
@@ -253,8 +253,6 @@ elseif (CMAKE_SYSTEM_NAME STREQUAL "Windows")
253
list(APPEND PRIVATE_COMPILE_OPTIONS "/Gd")
254
# /EHsc -> Use the standard C++ exception handling model. https://learn.microsoft.com/en-us/cpp/build/reference/eh-exception-handling-model
255
list(APPEND PRIVATE_COMPILE_OPTIONS "/EHsc")
256
- # /WX -> Treats all warnings as errors.
257
- list(APPEND PRIVATE_COMPILE_OPTIONS "/WX")
258
# /W1 -> Use the lowest level of warnings, as there are some unsafe functions that MSVC doesn't like.
259
# TODO: This should be removed once the warnings are fixed.
260
list(APPEND PRIVATE_COMPILE_OPTIONS "/W1")
0 commit comments