You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt/include/fmt/printf.h:507:12: error: declaration shadows a local variable [-Werror,-Wshadow]
auto end = str + specs.precision;
^
fmt/include/fmt/printf.h:469:15: note: previous declaration is here
const Char* end = parse_ctx_.end();
when testing this build using master @ f19d667.
Seems like it doesn't like this line.
The text was updated successfully, but these errors were encountered: