Skip to content

Commit 900c52e

Browse files
committed
remove warnings as errors for simpleble
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent 3c4f350 commit 900c52e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

third_party/SimpleBLE/simpleble/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ elseif (CMAKE_SYSTEM_NAME STREQUAL "Windows")
253253
list(APPEND PRIVATE_COMPILE_OPTIONS "/Gd")
254254
# /EHsc -> Use the standard C++ exception handling model. https://learn.microsoft.com/en-us/cpp/build/reference/eh-exception-handling-model
255255
list(APPEND PRIVATE_COMPILE_OPTIONS "/EHsc")
256-
# /WX -> Treats all warnings as errors.
257-
list(APPEND PRIVATE_COMPILE_OPTIONS "/WX")
258256
# /W1 -> Use the lowest level of warnings, as there are some unsafe functions that MSVC doesn't like.
259257
# TODO: This should be removed once the warnings are fixed.
260258
list(APPEND PRIVATE_COMPILE_OPTIONS "/W1")

0 commit comments

Comments
 (0)