forked from bblanchon/ArduinoJson
Fixed warning in Visual Studio
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
#include "Printers.hpp"
|
||||
|
||||
std::ostream& operator<<(std::ostream& os, const ArduinoJson::JsonValue& v) {
|
||||
std::ostream& operator<<(std::ostream& os, const ArduinoJson::JsonValue&) {
|
||||
os << "JsonValue"; // TODO
|
||||
return os;
|
||||
}
|
Reference in New Issue
Block a user