This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/16645] [3.5 Regression] dbxout.c:1693: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jul 2004 15:22:18 -0000
- Subject: [Bug bootstrap/16645] [3.5 Regression] dbxout.c:1693: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
- References: <20040720151844.16645.danglin@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-20 15:22 -------
Fixed by:
* dbxout.c (dbxout_type): Fix printf format.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|c |bootstrap
Keywords| |build
Resolution| |FIXED
Summary|dbxout.c:1693: warning: |[3.5 Regression]
|format '%d' expects type |dbxout.c:1693: warning:
|'int', but argument 3 has |format '%d' expects type
|type 'size_t' |'int', but argument 3 has
| |type 'size_t'
Target Milestone|--- |3.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16645