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

switch: statement may fall through #66

Open
kuldeepdhaka opened this issue Jun 2, 2017 · 0 comments
Open

switch: statement may fall through #66

kuldeepdhaka opened this issue Jun 2, 2017 · 0 comments

Comments

@kuldeepdhaka
Copy link
Contributor

gcc warning:

../../usbd/usbd_ep0.c: In function 'standard_get_descriptor':
../../usbd/usbd_ep0.c:167:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
   if (index < dev->info->device.desc->bNumConfigurations) {
      ^
../../usbd/usbd_ep0.c:173:2: note: here
  case USB_DT_STRING:
  ^~~~

https://github.com/insane-adding-machines/unicore-mx/blob/master/lib/usbd/usbd_ep0.c#L394

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant