This commit is contained in:
jl777
2016-11-16 08:13:56 -03:00
parent cbe3042f73
commit 44b72fe400

View File

@@ -821,7 +821,7 @@ inline void formatImpl(std::ostream& out, const char* fmt,
// Print remaining part of format string.
fmt = printFormatStringLiteral(out, fmt);
if(*fmt != '\0')
if(*fmt != '\0' && 0 ) // disabled due to complaints
TINYFORMAT_ERROR("tinyformat: Too many conversion specifiers in format string");
// Restore stream state