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

warning: class 'HANumeric' is implicitly friends with itself #196

Closed
shedokan opened this issue Sep 20, 2023 · 0 comments · Fixed by #197
Closed

warning: class 'HANumeric' is implicitly friends with itself #196

shedokan opened this issue Sep 20, 2023 · 0 comments · Fixed by #197

Comments

@shedokan
Copy link
Contributor

shedokan commented Sep 20, 2023

I am getting this warning when importing the library:

In file included from /Users/REDACTED/arduino/libraries/home-assistant-integration/src/device-types/HASensorNumber.h:5,
                 from /Users/REDACTED/Project/Project.ino:68:
/Users/REDACTED/arduino/libraries/home-assistant-integration/src/device-types/../utils/HANumeric.h:232:18: warning: class 'HANumeric' is implicitly friends with itself
  232 |     friend class HANumeric;
....
Multiple times
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 a pull request may close this issue.

2 participants