This is the mail archive of the gcc@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]

Re: format argument warnings


> Index: gcc/gcc/dwarf2out.c
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/dwarf2out.c,v
> retrieving revision 1.277
> diff -c -3 -p -r1.277 dwarf2out.c
> *** dwarf2out.c	2001/06/10 13:47:55	1.277
> --- dwarf2out.c	2001/06/24 15:34:37
> *************** static void
> *** 1718,1724 ****
>   output_call_frame_info (for_eh)
>        int for_eh;
>   {
> !   register unsigned long i;
>     register dw_fde_ref fde;
>     register dw_cfi_ref cfi;
>     char l1[20], l2[20];
> --- 1718,1724 ----
>   output_call_frame_info (for_eh)
>        int for_eh;
>   {
> !   register unsigned int i;
>     register dw_fde_ref fde;
>     register dw_cfi_ref cfi;
>     char l1[20], l2[20];
> 

I like your patch better.

Brad


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