Small fixes detected after changing to clang++ compiler.
[command.git] / tests / parameter / TestParameter.h
index 592c6532911dd85dc43b2c0ba710c75ba89eb901..9e2874d8e3326d561ae3fca2a2bd1a63abc88281 100644 (file)
@@ -6,5 +6,5 @@ public:
     TestParameter(const std::string & description) : Parameter(description) { }
 
     virtual void handle() { }
-    virtual bool understand(const std::string & argVal) { }
+    virtual bool understand(const std::string & ) { return false; }
 };
\ No newline at end of file