Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcc warning #29

Open
okbob opened this issue Feb 8, 2021 · 0 comments
Open

gcc warning #29

okbob opened this issue Feb 8, 2021 · 0 comments
Labels
issue It's not really a bug, but...

Comments

@okbob
Copy link

okbob commented Feb 8, 2021

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
@Titor8115 Titor8115 added the issue It's not really a bug, but... label Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue It's not really a bug, but...
Projects
None yet
Development

No branches or pull requests

2 participants