mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Huge refactoring in progress...
This commit is contained in:
@@ -16,5 +16,8 @@ struct JsonPair {
|
||||
|
||||
const char* const key;
|
||||
JsonValue value;
|
||||
|
||||
// warning C4512: assignment operator could not be generated
|
||||
#pragma warning( suppress : 4512 )
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user