Skip to content

Conversation

@alkonosst
Copy link

Hi!

Thank you for this wonderful library. I've been using it a lot on my projects.

This fixes the warning caused by a fallthrough when -Wall is enabled, which enables -Wimplicit-fallthrough=3 by default and it could be silenced with a /* fallthrough */ comment.

Tested on a ESP32 project with the following flags:

  • -Wall
  • -Wextra
  • -Werror

Fixes #17

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

Successfully merging this pull request may close these issues.

Warning under GCC

1 participant