This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/16645] [3.5 Regression] dbxout.c:1693: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-07-20 17:05 -------
Subject: Re:  [3.5 Regression] dbxout.c:1693: warning: fo

> Woops I forgot that on some (most) targets, that size_t is unsigned long
> int.

Right.  On HP-UX 11, it's unsigned long.  On HP-UX 10, it's unsigned int.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16645


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]