Browse Source

Fixed warning

Christophe Riccio 11 years ago
parent
commit
4fa38c7a03
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

@@ -228,7 +228,7 @@ int test_inverse_perf(std::size_t Instance, char const * Message)
 	//glm::uint Ulp = 0;
 	//Ulp = glm::max(glm::float_distance(*Dst, *Src), Ulp);
 
-	printf("inverse<%s>(%f): %d\n", Message, Diff, EndTime - StartTime);
+	printf("inverse<%s>(%f): %lu\n", Message, Diff, EndTime - StartTime);
 
 	return 0;
 }