-Wpointer-sign: char -> gdb_byte.
[deliverable/binutils-gdb.git] / gdb / solib-som.c
index 650e3dfead4c53448d791bf8f791e25be339843d..f88b53912593752f358913a7307b0696e1779e91 100644 (file)
@@ -588,7 +588,7 @@ som_current_sos (void)
       struct cleanup *old_chain;
       int errcode;
       struct dld_list dbuf;
-      char tsdbuf[4];
+      gdb_byte tsdbuf[4];
 
       new = (struct so_list *) xmalloc (sizeof (struct so_list));
       old_chain = make_cleanup (xfree, new);
This page took 0.035228 seconds and 4 git commands to generate.