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

Fix warning - extra ';' for -Wextra-semi #3198

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

hydai
Copy link
Contributor

@hydai hydai commented Sep 23, 2024

This PR will fix the following warning.

D:\a\WasmEdge\WasmEdge\build\_deps\spdlog-src\include\spdlog/sinks/callback_sink.h(30,29): error: extra ';' after member function definition [-Werror,-Wextra-semi]
   30 |     void flush_() override{};
      |                             ^
1 error generated.

@gabime gabime merged commit e593f66 into gabime:v1.x Sep 23, 2024
8 checks passed
@gabime
Copy link
Owner

gabime commented Sep 23, 2024

Thanks @hydai

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.

2 participants