Fixed GLM test warning

master
Christophe Riccio ago%!(EXTRA string=9 years)
parent 5e310b51cd
commit d39749d1d6
  1. 2
      test/core/core_func_integer_bit_count.cpp

@ -285,7 +285,7 @@ int main()
printf("pop9: %ld clocks\n", TimestampEnd - TimestampBeg);
if (errors == 0)
printf("Passed all %d cases.\n", sizeof(test)/8);
printf("Passed all %d cases.\n", static_cast<int>(sizeof(test)/8));
# endif//NDEBUG
}

Loading…
Cancel
Save