mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	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