This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


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

Re: [PATCH]: fix compiler warning in java val_print.


Michael Snyder wrote:
> 
> This (a declaration for a function argument) gets rid of
> a gcc -Wall warning in jv-valprint.c:
> 
> 2000-04-26  Michael Snyder  <msnyder@seadog.cygnus.com>
> 
>         * jv-valprint.c (java_val_print): add arg declaration,
>         fix compiler warning.

Michael,

Just assume you can check these changes in.

	Andrew

> Index: jv-valprint.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/jv-valprint.c,v
> retrieving revision 1.1.1.6
> diff -p -r1.1.1.6 jv-valprint.c
> *** jv-valprint.c       2000/02/02 00:21:08     1.1.1.6
> --- jv-valprint.c       2000/04/26 21:19:11
> *************** java_val_print (type, valaddr, embedded_
> *** 454,459 ****
> --- 454,460 ----
>                 deref_ref, recurse, pretty)
>        struct type *type;
>        char *valaddr;
> +      int embedded_offset;
>        CORE_ADDR address;
>        struct ui_file *stream;
>        int format;

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