diff --git a/test/Printers.cpp b/test/Printers.cpp index adf59f82..fc82357e 100644 --- a/test/Printers.cpp +++ b/test/Printers.cpp @@ -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; } \ No newline at end of file