More tests

This commit is contained in:
Victor Zverovich
2017-11-19 07:03:12 -08:00
parent 093e2a4780
commit 5a32e64b05
5 changed files with 44 additions and 43 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ struct formatter<std::tm> {
return pointer_from(end);
}
void format(buffer &buf, const std::tm &tm, context &ctx) {
void format(buffer &buf, const std::tm &tm, context &) {
std::size_t start = buf.size();
for (;;) {
std::size_t size = buf.capacity() - start;