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
(the double cast is just to prevent a further warning about casting a pointer
to an integer of different size)
Not a big deal, but since the patch makes the right thing and shoud be
fully compatible with any compiler, compiler version and 32/64 bit arch, you might
consider to apply it
thanks a lot for your valuable work
ciao
-gabriele
The text was updated successfully, but these errors were encountered:
hi
I got this compile time error while building latest master with
just released gcc-14.1.0 on a 64 bit machine:
It turns out that the error is generated specifically by the latest
version of gcc: gcc-13.2.0 emits only a warning.
This fixes the compilation error:
(the double cast is just to prevent a further warning about casting a pointer
to an integer of different size)
Not a big deal, but since the patch makes the right thing and shoud be
fully compatible with any compiler, compiler version and 32/64 bit arch, you might
consider to apply it
thanks a lot for your valuable work
ciao
-gabriele
The text was updated successfully, but these errors were encountered: