-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile Warnings [-Wstringop-overread] #14
Comments
GCC 9 doesn't produce any warnings. I haven't checked with 10 or 11 yet. |
These warnings appears on GCC 11.1.0 |
Finally compiling with |
Testing GCC 12 the warnings became to [-Warray-bounds]
resizing the vector all goes well |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are many of this warnings when compiling the wallet.
I made test with
-O3
and-Ofast
parameters most of the warnings are gone but remaining two more of them.The text was updated successfully, but these errors were encountered: