On Thu, 2007-08-23 at 19:04 +0000, Chris Clayton wrote: > Hi, > > I've just built kvm-36 and noticed what looks as if it may be a non-trivial > warning: > > make[1]: Leaving directory `/home/chris/rpm/BUILD/kvm-36/kernel' > make -C user > make[1]: Entering directory `/home/chris/rpm/BUILD/kvm-36/user' > cc -I /home/chris/rpm/BUILD/kvm-36/kernel/include -MMD -MF ./.kvmctl.d -g > -fomit-frame-pointer -Wall -m32 -fno-stack-protector -c -o > kvmctl.o kvmctl.c > kvmctl.c: In function 'kvm_create': > kvmctl.c:256: warning: integer constant is too large for 'long' type this probably beacuse your host is 32bits, and therefore it cant hold 0x100000000,
avi, you suggesting using #ifdefs, or moving to uint64? > > Please cc me to any reply - I'm not subscribed. > > Chris > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
