mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Set minimum GCC version to 6 (#1820)
This commit is contained in:
		| @@ -8,9 +8,7 @@ | ||||
| #  pragma clang diagnostic push | ||||
| #  pragma clang diagnostic ignored "-Wconversion" | ||||
| #elif defined(__GNUC__) | ||||
| #  if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6) | ||||
| #    pragma GCC diagnostic push | ||||
| #  endif | ||||
| #  pragma GCC diagnostic push | ||||
| #  pragma GCC diagnostic ignored "-Wconversion" | ||||
| #endif | ||||
|  | ||||
| @@ -133,7 +131,5 @@ TOut convertNumber(TIn value) { | ||||
| #if defined(__clang__) | ||||
| #  pragma clang diagnostic pop | ||||
| #elif defined(__GNUC__) | ||||
| #  if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6) | ||||
| #    pragma GCC diagnostic pop | ||||
| #  endif | ||||
| #  pragma GCC diagnostic pop | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user