Browse Source

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

Nathalie Furmento 13 years ago
parent
commit
a91dee9529
1 changed files with 1 additions and 0 deletions
  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;
 }