-
-
Notifications
You must be signed in to change notification settings - Fork 168
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 on clang-19 #1195
Conversation
✅ Deploy Preview for dpp-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
this compiles but have you checked that it works? seems like quite a big change. |
No, I did not yet, I will try to run one of our examples bots tomorrow on this version of build |
Okay, just checked it using ==19411== Process terminating with default action of signal 2 (SIGINT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure this is right please check it works
Also, additionally I ran a voice record bot we have, was working just fine (just to double check) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks a-okay to me!
can you please fix the codacy issue by moving the [[maybe_unused]] before the const in the if() |
How can i do it? This variable was there before my changes, Should i just remove it? |
Code change checklist
Unable to test voice because of broken unit test for voice send.
Replaced std::basic_string with std::vector
Fix for issue 1129