On Wed, Jun 16, 2010 at 11:08:03PM +0400, Vladislav Bolkhovitin wrote: > scst/src/scst_targ.c:2136: warning: format ?%llx? expects type ?long > long unsigned int?, but argument 4 has type ?uint64_t?. > > It is because on Sparc uint64_t defined as unsigned long, but on x86 - > as unsigned long long. > >From your other mail, it looks like you're using 2.6.26... this is ancient! Sparc has since been fixed to use unsigned long long for u64. commit 9018113649348c689da107166c05d436cd52e7bf Author: Sam Ravnborg <sam@xxxxxxxxxxxx> Date: Tue Jan 6 13:19:28 2009 -0800 sparc64: Use unsigned long long for u64. regards, Kyle -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html