From e911351fcc631cd511bfdac93687669028136f79 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Sep 2018 21:27:10 +0200 Subject: Remove unused main parameters --- test/maid_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/maid_test.cpp') diff --git a/test/maid_test.cpp b/test/maid_test.cpp index a692c1d..ba4086a 100644 --- a/test/maid_test.cpp +++ b/test/maid_test.cpp @@ -119,7 +119,7 @@ test() } int -main(int argc, char** argv) +main() { assert(n_junk == 0); test(); -- cgit v1.2.1