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

compiler warnings on implicit capture of "this" in client.cpp #118

Open
yuvalif opened this issue Jun 11, 2023 · 0 comments
Open

compiler warnings on implicit capture of "this" in client.cpp #118

yuvalif opened this issue Jun 11, 2023 · 0 comments

Comments

@yuvalif
Copy link

yuvalif commented Jun 11, 2023

when compiler as a submodule with g++ v11, i get many of these compiler warnings;

sources/core/client.cpp:...:19: note: add explicit ‘this’ or ‘*this’ capture
sources/core/client.cpp: In lambda function:
sources/core/client.cpp:...:19: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated]           
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

No branches or pull requests

1 participant