DragonFly BSD
DragonFly commits List (threaded) for 2010-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: git: Raise WARNS in secure/ as high as possible and fix some resulting warnings.


From: Tobias Weingartner <weingart@xxxxxxxxx>
Date: Mon, 18 Jan 2010 09:56:49 -0700

On Monday, January 18, Sascha Wildner wrote:
> 
> I'm not sure why gcc warns in x86_64 about trying to printf a uint64_t 
> using %llu. To me it seems like a gcc bug/quirk. If anyone knows how to 
> change this in the compiler (or can provide more insight), it would be 
> welcome.

Because on x86_64 a uint64_t is 'unsigned long int', not
'unsigned long long'.  Yes, they may be the "same", but
for typing purposes they are not...

--Toby.



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]