Преглед изворни кода

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

Nathalie Furmento пре 13 година
родитељ
комит
a91dee9529
1 измењених фајлова са 1 додато и 0 уклоњено
  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;
 }