-
Notifications
You must be signed in to change notification settings - Fork 63
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
i686 build error #450
Comments
Hi. Can you post which compiler (type and version) you are using, and
ideally the used cmake command with its output?
…On Thu, Oct 20, 2022, 1:58 PM Pro-pra ***@***.***> wrote:
Hi, have any solution?
/builddir/build/BUILD/madness-8ac1225cfbeca1487b8d28fe74274f97816d5870/src/madness/world/world.cc:129:47:
warning: left shift count >= width of type [-Wshift-count-overflow] 129 |
constexpr std::uint64_t range_size = 1ul<<32; | ~~~^~~~
/builddir/build/BUILD/madness-8ac1225cfbeca1487b8d28fe74274f97816d5870/src/madness/world/world.cc:129:47:
error: right operand of shift expression �(1 << 32)’ is greater than or
equal to the precision 32 of the left operand [-fpermissive]
—
Reply to this email directly, view it on GitHub
<#450>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2LDIWCZKJH6WVVC6NAMMLWEEXVHANCNFSM6AAAAAARKCLRQA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
gcc 11.2.0 |
Sorry, more log here:
|
Hi, have any solution?
`/builddir/build/BUILD/madness-8ac1225cfbeca1487b8d28fe74274f97816d5870/src/madness/world/world.cc:129:47: warning: left shift count >= width of type [-Wshift-count-overflow]
129 | constexpr std::uint64_t range_size = 1ul<<32;
| ~~~^~~~
/builddir/build/BUILD/madness-8ac1225cfbeca1487b8d28fe74274f97816d5870/src/madness/world/world.cc:129:47: error: right operand of shift expression �(1 << 32)’ is greater than or equal to the precision 32 of the left operand [-fpermissive]`
The text was updated successfully, but these errors were encountered: