Browse Source
When compiling with clang, the compiler warns about the lack of return statement in the non-void function fmt::format. This fixes it by returning a default error string.pull/8153/head
1 changed files with 7 additions and 3 deletions
Loading…
Reference in new issue