mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 02:37:35 +02:00
Add stubs for JSON_ARRAY_SIZE
, JSON_OBJECT_SIZE
, and JSON_STRING_SIZE
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
|
||||
add_compile_options(
|
||||
-Wno-deprecated-declarations
|
||||
-w
|
||||
)
|
||||
endif()
|
||||
|
||||
@ -20,6 +20,7 @@ add_executable(DeprecatedTests
|
||||
createNestedObject.cpp
|
||||
BasicJsonDocument.cpp
|
||||
DynamicJsonDocument.cpp
|
||||
macros.cpp
|
||||
memoryUsage.cpp
|
||||
shallowCopy.cpp
|
||||
StaticJsonDocument.cpp
|
||||
|
Reference in New Issue
Block a user