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 compilation with -Wall and -Werror #333

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

Kalabaza
Copy link

While compiling with gcc 11.4 using -Wall and -Werror, this warning stops the compilation:

build/_deps/boost-src/libs/process/include/boost/process/detail/posix/async_out.hpp:74:38: error: unused parameter ‘exec’ [-Werror=unused-parameter]
74 | inline void on_success(Executor &exec)
| ~~~~~~~~~~^~~~
cc1plus: all warnings being treated as errors

@klemens-morgenstern
Copy link
Collaborator

If everything passes I'll merge after the boost release.

@klemens-morgenstern klemens-morgenstern merged commit 0503b09 into boostorg:develop Aug 14, 2023
9 of 23 checks passed
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.

3 participants