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

看板DFBSD_commit作者時間16年前 (2010/01/19 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
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.
文章代碼(AID): #1BLA7ofm (DFBSD_commit)
文章代碼(AID): #1BLA7ofm (DFBSD_commit)