Browse code

Avoid test compilation warnings

John Hawthorn authored on 27/07/2014 02:52:26
Showing 1 changed files

... ...
@@ -32,6 +32,8 @@ void summary(){
32 32
 }
33 33
 
34 34
 int main(int argc, char *argv[]){
35
+	(void) argc;
36
+	(void) argv;
35 37
 	test_match();
36 38
 	test_scoring();
37 39