https://sourceware.org/bugzilla/show_bug.cgi?id=19647

            Bug ID: 19647
           Summary: src/binutils/readelf.c:3998: possible missing break ?
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

[src/binutils/readelf.c:4000]: (warning) Variable 'result' is reassigned a
value before the old one has been used. 'break;' missing?

Source code is

        case EM_CYGNUS_V850:
          result = get_v850_section_type_name (sh_type);
        default:
          result = NULL;
          break;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to