Fix warnings

This commit is contained in:
Victor Zverovich
2014-10-13 08:39:38 -07:00
parent d707adce5c
commit 755ecb0311
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -268,6 +268,7 @@ class PrecisionHandler :
public:
unsigned visit_unhandled_arg() {
FMT_THROW(fmt::FormatError("precision is not integer"));
return 0;
}
template <typename T>