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
Perhaps this is just to add to the collection of bogus -Wstringop-overflow warnings. Unless I'm using the library incorrectly. Seems to be fixed in GCC trunk (future version 13?). Note that the warning does not appear at -O2 and lower.
The text was updated successfully, but these errors were encountered:
This looks like a false positive which is fixed in the latest gcc so I don't think we should do anything about it. You can suppress the warning with FMT_SYSTEM_HEADERS or some other method.
fmtlib: trunk
Repro: https://godbolt.org/z/7YM9oY4cj
Perhaps this is just to add to the collection of bogus
-Wstringop-overflow
warnings. Unless I'm using the library incorrectly. Seems to be fixed in GCC trunk (future version 13?). Note that the warning does not appear at -O2 and lower.The text was updated successfully, but these errors were encountered: