gdb/
[deliverable/binutils-gdb.git] / gdb / stack.c
index b01dc1c9fa603a2c148681e16337d2451305c2b4..953d3bd4a34848dba4cf4272b7e1c1459d9300c4 100644 (file)
@@ -350,7 +350,8 @@ read_frame_arg (struct symbol *sym, struct frame_info *frame,
              if (!value_optimized_out (val)
                  && value_available_contents_eq (val, 0, entryval, 0, len))
                {
-                 struct value *val_deref, *entryval_deref;
+                 /* Initialize it just to avoid a GCC false warning.  */
+                 struct value *val_deref = NULL, *entryval_deref;
 
                  /* DW_AT_GNU_call_site_value does match with the current
                     value.  If it is a reference still try to verify if
This page took 0.022735 seconds and 4 git commands to generate.