Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Riccio committed Jun 21, 2014
1 parent 24cd065 commit 4fa38c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/core_func_matrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 4fa38c7

Please sign in to comment.