Fix warnings from Travis

This commit is contained in:
Elias Kosunen
2019-02-03 15:25:09 -08:00
committed by Victor Zverovich
parent 355eb6d29a
commit 22de5a755f
3 changed files with 4 additions and 9 deletions
-1
View File
@@ -383,7 +383,6 @@ template <typename Format> class compiletime_prepared_parts_type_provider {
private:
FMT_CONSTEXPR const char_type* find_matching_brace(const char_type* begin,
const char_type* end) {
FMT_CONSTEXPR_DECL const basic_string_view<char_type> text = Format{};
unsigned braces_counter{0u};
for (; begin != end; ++begin) {
if (*begin == '{') {