forked from bblanchon/ArduinoJson
Remove unused NOEXCEPT
macro
This commit is contained in:
@ -21,12 +21,6 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __cplusplus >= 201103L
|
|
||||||
# define NOEXCEPT noexcept
|
|
||||||
#else
|
|
||||||
# define NOEXCEPT throw()
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(__has_attribute)
|
#if defined(__has_attribute)
|
||||||
# if __has_attribute(no_sanitize)
|
# if __has_attribute(no_sanitize)
|
||||||
# define ARDUINOJSON_NO_SANITIZE(check) __attribute__((no_sanitize(check)))
|
# define ARDUINOJSON_NO_SANITIZE(check) __attribute__((no_sanitize(check)))
|
||||||
|
Reference in New Issue
Block a user