bugmake - Bugs: bug #49865, read.c:2681: possible missing...

 
 

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

Submitter:  David Binderman <dcb314>
Submitted:  Fri 16 Dec 2016 03:58:03 PM UTC
   
 
Severity:  3 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  psmith Open/Closed:  Closed
Component Version:  None Operating System:  None
Fixed Release:  4.3 Triage Status:  Small Effort
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 26 Dec 2016 02:29:13 PM UTC, comment #1: 

Fix pushed.  Thanks for the report!

Paul D. Smith <psmith>
Group administrator
Fri 16 Dec 2016 03:58:03 PM UTC, original submission:  

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.

David Binderman <dcb314>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by psmith (Posted a comment)
  • -email is unavailable- added by dcb314 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-12-26 psmith StatusNone Fixed
        Assigned toNone psmith
        Open/ClosedOpen Closed
        Fixed ReleaseNone 4.3
        Triage StatusNone Small Effort

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code