mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-14 02:56:35 +02:00
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