mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Fixed "statement is unreachable" warning on IAR (issue #1233)
This commit is contained in:
		| @@ -5,6 +5,7 @@ HEAD | ||||
| ---- | ||||
|  | ||||
| * Fixed "maybe-uninitialized" warning (issue #1217) | ||||
| * Fixed "statement is unreachable" warning on IAR (issue #1233) | ||||
|  | ||||
| v6.15.0 (2020-03-22) | ||||
| ------- | ||||
|   | ||||
| @@ -24,7 +24,6 @@ inline bool slotSetKey(VariantSlot* var, TAdaptedString key, MemoryPool* pool, | ||||
|   } else { | ||||
|     return slotSetKey(var, key, pool, storage_policy::store_by_copy()); | ||||
|   } | ||||
|   return true; | ||||
| } | ||||
|  | ||||
| template <typename TAdaptedString> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user