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/
_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make