Browse Source

socl/examples/matmul/matmul.c: fix prototype function

Nathalie Furmento 13 years ago
parent
commit
db4930f006
1 changed files with 1 additions and 1 deletions
  1. 1 1
      socl/examples/matmul/matmul.c

+ 1 - 1
socl/examples/matmul/matmul.c

@@ -98,7 +98,7 @@ static char * code =  CODE;
 
 int check = 0;
 
-static void __attribute__((unused)) parse_args(int argc, char **argv)
+static void __attribute__((unused)) parse_args(int argc, const char **argv)
 {
 	int i;
 	for (i = 1; i < argc; i++)