Review Board requires JavaScript in order to function. Please turn it on in your browser preferences.
Firefox users: if you prefer to turn on JavaScript only for specific sites, we recommend the NoScript extension.
Review Request #1395 — Created Jan. 27, 2019 and submitted Feb. 1, 2019, 5:16 p.m.
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
I'm curious as to why you added a goto instead of calling something like abort().
Revision 2 (+2)
Show changes
I probably wouldn't put BUG in the string, but seems OK, otherwise.
Ship It!