Fix compilation, remove some warnings.
[command.git] / include / command.h
index 00e8b07f75998751ddd3a98fde7a322361a40481..0c18cdf11727c404f0743f100326d1de27c234db 100644 (file)
@@ -42,7 +42,7 @@ namespace command {
         /**
          * Matches user passed arguments with available parameter handlers.
          */
-        void matchArguments(unsigned int argc, char *argv[]) {
+        void matchArguments(unsigned int , char **) {
 //             param->passUserValue();
         }