Titor8115 / mandown

man-page inspired Markdown viewer
GNU General Public License v3.0
245 stars 13 forks source link

gcc warning #29

Open okbob opened 3 years ago

okbob commented 3 years ago

Hi

src/view.c: In function ‘view’:
src/view.c:475:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
  475 |         if (getmouse(&event) == OK) {
      |            ^
src/view.c:486:7: note: here
  486 |       case TAB: {  tab_find:
      |       ^~~~
formula   mdn