mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02:00
Added more warning flags for GCC (as suggested in issue #28)
This commit is contained in:
@ -9,8 +9,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)
|
||||
|
||||
if(MSVC)
|
||||
add_definitions(-D_CRT_SECURE_NO_WARNINGS -W4)
|
||||
else()
|
||||
add_definitions(-Wall)
|
||||
endif()
|
||||
|
||||
add_subdirectory(src)
|
||||
|
Reference in New Issue
Block a user