We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. just updated to 3.0 via flushing all build files via ssh. I do get this error on 2 units. will it be a problem? thanks
Compiling .pioenvs/master_bed_aircon/src/esphome/core/bytebuffer.cpp.o src/esphome/core/bytebuffer.cpp: In member function 'float esphome::ByteBuffer::get_float()': src/esphome/core/bytebuffer.cpp:86:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 86 | return *(float *) &value; | ^~~~~~~~~~~~~~~~ src/esphome/core/bytebuffer.cpp: In member function 'void esphome::ByteBuffer::put_float(float)': src/esphome/core/bytebuffer.cpp:129:61: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 129 | void ByteBuffer::put_float(float value) { this->put_uint32(*(uint32_t *) &value); } | ^~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi. just updated to 3.0 via flushing all build files via ssh. I do get this error on 2 units. will it be a problem? thanks
The text was updated successfully, but these errors were encountered: