Browse Source

Removed GCC warning

Christophe Riccio 11 years ago
parent
commit
7f3c56f278
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/core/core_func_matrix.cpp

+ 1 - 1
test/core/core_func_matrix.cpp

@@ -231,7 +231,7 @@ int test_inverse_perf(std::size_t Instance, char const * Message)
 	printf("inverse<%s>(%f): %d\n", Message, Diff, EndTime - StartTime);
 
 	return 0;
-};
+}
 
 int main()
 {