This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ports/18674] New: trunk/sysdeps/i386/tst-auditmod3b.c:84: possible missing break ?


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

            Bug ID: 18674
           Summary: trunk/sysdeps/i386/tst-auditmod3b.c:84: possible
                    missing break ?
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ports
          Assignee: unassigned at sourceware dot org
          Reporter: dcb314 at hotmail dot com
                CC: carlos at redhat dot com, roland at gnu dot org
  Target Milestone: ---

[trunk/sysdeps/i386/tst-auditmod3b.c:84] ->
[trunk/sysdeps/i386/tst-auditmod3b.c:86]: (warning) Variable 'flagstr' is
reassigned a value before the old one has been used. 'break;' missing?

Source code is

    case LA_SER_DEFAULT:
      flagstr = "LA_SER_DEFAULT";
    case LA_SER_SECURE:
      flagstr = "LA_SER_SECURE";
      break;

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]