From 55ab1c4898f2404ed7635e4a1d65c84093e5bdb8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 17 Sep 2018 00:50:04 +0200 Subject: Remove unused parameter names --- src/sordmm_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sordmm_test.cpp') diff --git a/src/sordmm_test.cpp b/src/sordmm_test.cpp index d0a5a3a..8dc1386 100644 --- a/src/sordmm_test.cpp +++ b/src/sordmm_test.cpp @@ -17,7 +17,7 @@ #include "sord/sordmm.hpp" int -main(int argc, char** argv) +main() { Sord::World world; Sord::Model model(world, "http://example.org/"); -- cgit v1.2.1