mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-14 19:16:35 +02:00
Fixed warning in Visual Studio
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#include "Printers.hpp"
|
#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
|
os << "JsonValue"; // TODO
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
Reference in New Issue
Block a user