mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-02 23:51:37 +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