mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Remove JsonVariant::set(char)
				
					
				
			This commit is contained in:
		| @@ -43,3 +43,5 @@ build_should_fail(delete_jsondocument) | ||||
| add_executable(variant_as_char variant_as_char.cpp) | ||||
| build_should_fail(variant_as_char) | ||||
|  | ||||
| add_executable(assign_char assign_char.cpp) | ||||
| build_should_fail(assign_char) | ||||
|   | ||||
							
								
								
									
										12
									
								
								extras/tests/FailingBuilds/assign_char.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								extras/tests/FailingBuilds/assign_char.cpp
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| // ArduinoJson - arduinojson.org | ||||
| // Copyright Benoit Blanchon 2014-2021 | ||||
| // MIT License | ||||
|  | ||||
| #include <ArduinoJson.h> | ||||
|  | ||||
| // See issue #1498 | ||||
|  | ||||
| int main() { | ||||
|   DynamicJsonDocument doc(1024); | ||||
|   doc["dummy"] = 'A'; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user