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

ESPAsyncTCP.h: remove unnecessary semicolon #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MacDada
Copy link

@MacDada MacDada commented May 13, 2023

Fixes a warning when compiling with -Wpedantic:

.pio/libdeps/nodemcu/ESPAsyncTCP/src/ESPAsyncTCP.h:34:2: warning: extra ';' [-Wpedantic]
   34 | };
      |  ^

Fixes a warning when compiling with `-Wpedantic`:

```
.pio/libdeps/nodemcu/ESPAsyncTCP/src/ESPAsyncTCP.h:34:2: warning: extra ';' [-Wpedantic]
   34 | };
      |  ^
```
@MacDada
Copy link
Author

MacDada commented May 13, 2023

@me-no-dev I cannot run the github workflow checks – it needs your approval.

Could please spend the 5 minutes required to merge this PR? This is a really simple change, should be a no–brainer, while being beneficial for all :)

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.

1 participant