Fix "pointless comparison of unsigned integer to zero" warning from fmt memory_buffer #1372
Labels
bug
Something isn't working
compiler
Related to various compilers and their quirks
Reviewed
User Request
Issues related to user requests
A user reported the following warning from axom's fmt using clang on LLNL's rzansel:
This seems to arise from the following
fmt
function when adding a (compile time) empty string to amemory_buffer
:https://sourcegraph.com/github.com/fmtlib/fmt@b61c8c3d23b7e6fdf9d44593877dba1c8a291be1/-/blob/include/fmt/format.h?L573
called from:
https://sourcegraph.com/github.com/fmtlib/fmt/-/blob/include/fmt/format.h?L872
Once we can reproduce the warning, some possible proposals for resolving it include:
The text was updated successfully, but these errors were encountered: