Fix more warnings on older GCC.

This commit is contained in:
Victor Zverovich
2014-02-15 10:17:10 -08:00
parent 0c3a2f5dcb
commit ff0d5d1771
2 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ const char fmt::internal::DIGITS[] =
"6061626364656667686970717273747576777879"
"8081828384858687888990919293949596979899";
const uint64_t fmt::internal::POWERS_OF_10[] = {
FMT_GCC_EXTENSION const uint64_t fmt::internal::POWERS_OF_10[] = {
0,
10,
100,