[PATCH]: fix compiler warning in java val_print.

Michael Snyder msnyder@cygnus.com
Wed Apr 26 14:40:00 GMT 2000


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.

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;


More information about the Gdb-patches mailing list