forked from bblanchon/ArduinoJson
Fixed warning on Clang 10
This commit is contained in:
@ -32,9 +32,6 @@ class MsgPackDeserializer {
|
||||
}
|
||||
|
||||
private:
|
||||
// Prevent VS warning "assignment operator could not be generated"
|
||||
MsgPackDeserializer &operator=(const MsgPackDeserializer &);
|
||||
|
||||
bool invalidInput() {
|
||||
_error = DeserializationError::InvalidInput;
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user