Explorar o código

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

Nathalie Furmento %!s(int64=13) %!d(string=hai) anos
pai
achega
db4930f006
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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++)