-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Compile errors with clang (-Werror) #77
Comments
Thank you for the bug report, Updating to the newest version fixes the error for me: Please verify that this also works on your system. |
The code now compiles. There are a few warnings left that are emitted by hueplusplus:
but they do not prevent compilation as hueplusplus doesn't set |
Thanks for the quick turnaround! |
(not sure if I should close or if you want to fix the warnings above, either way is fine by me) |
We will close this once it's fixed 😄 |
Describe the bug:
When attempting to compile the library using
clang++
the compilation quickly fails due to warnings being treated as errors.To Reproduce:
Steps to reproduce the behavior:
Expected behavior:
The source code compiles with clang out of the box
Console log/Error message:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: