Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant