mandown icon indicating copy to clipboard operation
mandown copied to clipboard

gcc warning

Open okbob opened this issue 4 years ago • 0 comments

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

okbob avatar Feb 08 '21 05:02 okbob