This is a patch from Debian bug tracking system: Subject: FTBFS (amd64/gcc-4.0): cast from 'void*' to 'int' loses precision
http://bugs.debian.org/297845
diff
Fixed with int x = (int)(long)(pointer) instead.
Log in to post a comment.
diff
Compile xdiskusage on amd64 using gcc-4.0.
--> compiledCompile xdiskusage on amd64 using gcc-4.0.
Fixed with int x = (int)(long)(pointer) instead.