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 with latest Arduino 2.0.4 #293

Open
Westcott1 opened this issue Mar 31, 2023 · 1 comment
Open

Compiler warnings with latest Arduino 2.0.4 #293

Westcott1 opened this issue Mar 31, 2023 · 1 comment

Comments

@Westcott1
Copy link

Although the sketch compiles OK, you get these warnings with Arduino 2.0.4 and board Node32s from "esp32 by Espressif Systems" 2.0.7 -

c:\Users\Hamish\Documents\Arduino\libraries\async-mqtt-client-master\src\AsyncMqttClient.cpp: In constructor 'AsyncMqttClient::AsyncMqttClient()': c:\Users\Hamish\Documents\Arduino\libraries\async-mqtt-client-master\src\AsyncMqttClient.cpp:44:19: warning: missing initializer for member 'AsyncMqttClientInternals::ParsingInformation::maxTopicLength' [-Wmissing-field-initializers] , _pendingPubRels() { ^ c:\Users\Hamish\Documents\Arduino\libraries\async-mqtt-client-master\src\AsyncMqttClient.cpp:44:19: warning: missing initializer for member 'AsyncMqttClientInternals::ParsingInformation::topicBuffer' [-Wmissing-field-initializers] c:\Users\Hamish\Documents\Arduino\libraries\async-mqtt-client-master\src\AsyncMqttClient.cpp:44:19: warning: missing initializer for member 'AsyncMqttClientInternals::ParsingInformation::packetType' [-Wmissing-field-initializers] c:\Users\Hamish\Documents\Arduino\libraries\async-mqtt-client-master\src\AsyncMqttClient.cpp:44:19: warning: missing initializer for member 'AsyncMqttClientInternals::ParsingInformation::packetFlags' [-Wmissing-field-initializers] c:\Users\Hamish\Documents\Arduino\libraries\async-mqtt-client-master\src\AsyncMqttClient.cpp:44:19: warning: missing initializer for member 'AsyncMqttClientInternals::ParsingInformation::remainingLength' [-Wmissing-field-initializers]

@Kneidl18
Copy link

Kneidl18 commented Dec 5, 2023

Did you solve the problem? I am now facing the same problems with newest PIO and newest version of library.

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

2 participants