10302 sed: this statement may fall through

Review Request #1395 — Created Jan. 27, 2019 and submitted

tsoome
illumos-gate
10302
0c7289e...
general
main.c: In function 'cu_fgets':
main.c:237:3: error: this statement may fall through [-Werror=implicit-fallthrough=]
   switch (script->type) {
   ^~~~~~
main.c:257:2: note: here
  case ST_FILE:
  ^~~~
cc1: all warnings being treated as errors


andy_js
  1. I'm curious as to why you added a goto instead of calling something like abort().

  2. 
      
tsoome
rm
  1. 
      
  2. usr/src/cmd/sed/main.c (Diff revision 2)
     
     
    I probably wouldn't put BUG in the string, but seems OK, otherwise.
  3. 
      
domag02
  1. Ship It!
  2. 
      
tsoome
Review request changed

Status: Closed (submitted)

Loading...