Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
small changes to reduce clang-9 warnings (#1808)
* include/fmt/format.h: int_writer: removed unnecessary iterator type re-declaration (prevents shadow-waringing in clang) * include/fmt/format.h: int_writer: correctly cast signed integer to unsigned to prevent 'implicit conversion changes signedness'-warnings in clang. Co-authored-by: Martin Wührer <[email protected]>
- Loading branch information