mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Fix -Wsign-conversion on GCC 8 (fixes #1715)
				
					
				
			This commit is contained in:
		| @@ -131,7 +131,7 @@ TEST_CASE("ElementProxy::remove()") { | ||||
|     ep["a"] = 1; | ||||
|     ep["b"] = 2; | ||||
|  | ||||
|     int i = 4; | ||||
|     size_t i = 4; | ||||
|     char vla[i]; | ||||
|     strcpy(vla, "b"); | ||||
|     ep.remove(vla); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user