Explorar el Código

src/core/workers.c: add an un-needed but requested by picky compiler return statement

Nathalie Furmento hace 13 años
padre
commit
a91dee9529
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/core/workers.c

+ 1 - 0
src/core/workers.c

@@ -137,6 +137,7 @@ static int _starpu_can_use_nth_implementation(enum starpu_archtype arch, struct
 	default:
 		STARPU_ASSERT_MSG(0, "Unknown arch type");
 	}
+	return 0;
 }