At Wed, 08 Jun 2005 20:34:06 +0800, Raymond wrote: > > Is there any way to remove this warning for the change from "0x%08lx" to > "0x%08x" in 32-bits compiler ? > > warning: unsigned int format, long unsigned int arg (arg 2) > > There is no warning before this change.
It means that you forgot to change the type of variable "addr". Takashi _______________________________________________ Openvortex-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/openvortex-dev
