mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	clang-tidy: muted "uninitialized field" in Latch
This commit is contained in:
		| @@ -45,7 +45,8 @@ class Latch { | ||||
|   } | ||||
|  | ||||
|   TReader _reader; | ||||
|   char _current; | ||||
|   char _current;  // NOLINT(clang-analyzer-optin.cplusplus.UninitializedObject) | ||||
|                   // Not initialized in constructor (+10 bytes on AVR) | ||||
|   bool _loaded; | ||||
| #if ARDUINOJSON_DEBUG | ||||
|   bool _ended; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user