Fix compilation, remove some warnings.
[command.git] / src / main.cpp
index 1cc8387696f464b7fb509fbda4f7e41eeb54ae14..6365c7f47b952533297f89c73b7c18dd2722bfc1 100644 (file)
@@ -5,7 +5,7 @@
 #include "argument.h"
 #include "command.h"
 
-void some_function(std::string str) {
+void some_function(std::string) {
     std::cout << "Some function" << std::endl;
 }