Explorar o código

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

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