浏览代码

Fixed warning

Christophe Riccio 11 年之前
父节点
当前提交
4fa38c7a03
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 	//glm::uint Ulp = 0;
 	//Ulp = glm::max(glm::float_distance(*Dst, *Src), Ulp);
 	//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;
 	return 0;
 }
 }