Fix compile time warning messages about variables being used before they are initialised.
[deliverable/binutils-gdb.git] / binutils / ieee.c
index e93fcaa7c55914ee6fd94c5b8a58cc1c38c522b7..a0d69d19ab9edf2afdcbdee52e8bfaa35037db0e 100644 (file)
@@ -2954,7 +2954,7 @@ ieee_read_cxx_class (struct ieee_info *info, const bfd_byte **pp,
              {
                debug_type return_type;
                const debug_type *arg_types;
-               bfd_boolean varargs;
+               bfd_boolean varargs = FALSE;
 
                if (debug_get_type_kind (dhandle, pv->type)
                    != DEBUG_KIND_FUNCTION)
This page took 0.032835 seconds and 4 git commands to generate.