bug-make
[Top][All Lists]
Advanced

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

[bug #49865] read.c:2681: possible missing break ?


From: David Binderman
Subject: [bug #49865] read.c:2681: possible missing break ?
Date: Fri, 16 Dec 2016 15:58:04 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

URL:
  <http://savannah.gnu.org/bugs/?49865>

                 Summary: read.c:2681: possible missing break ?
                 Project: make
            Submitted by: dcb314
            Submitted on: Fri 16 Dec 2016 03:58:03 PM GMT
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: None
        Operating System: None
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

read.c:2681:10: warning: this statement may fall through
[-Wimplicit-fallthrough=]

Source code is

   case '!':
      if (*p == '=')
        {
          ++p;
          wtype = w_varassign;
          break;
        }

    default:

Suggest add the missing break or document the fall through.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49865>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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