forked from bblanchon/ArduinoJson
Fixed -Wparentheses
warning introduced in v5.6.5 (PR #335 by @nuket)
This commit is contained in:
committed by
Benoit Blanchon
parent
387b565705
commit
409ca7ee4e
@ -25,7 +25,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
|
||||
-Wformat=2
|
||||
-Winit-self
|
||||
-Wmissing-include-dirs
|
||||
-Wno-parentheses
|
||||
-Wparentheses
|
||||
-Wno-sign-conversion
|
||||
-Wno-unused
|
||||
-Wno-variadic-macros
|
||||
|
Reference in New Issue
Block a user