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