Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed May 12, 2018
1 parent 21b2d9c commit f865477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArduinoJson/Json/Deserialization/JsonDeserializer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class JsonDeserializer {
TWriter _writer;
uint8_t _nestingLimit;
char _current;
static const char UNKNOWN = char(0xFF);
static const char UNKNOWN = 1;
};

template <typename TJsonBuffer, typename TReader, typename TWriter>
Expand Down

0 comments on commit f865477

Please sign in to comment.