bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/19647] New: src/binutils/readelf.c:3998: possible missing


From: dcb314 at hotmail dot com
Subject: [Bug binutils/19647] New: src/binutils/readelf.c:3998: possible missing break ?
Date: Tue, 16 Feb 2016 22:09:08 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]