From 7f3c56f2782caf264427aad9a330a824093641c1 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 21 Jun 2014 16:00:17 +0200 Subject: [PATCH] Removed GCC warning --- test/core/core_func_matrix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/core_func_matrix.cpp b/test/core/core_func_matrix.cpp index 1b609f32..a905417f 100644 --- a/test/core/core_func_matrix.cpp +++ b/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() {