Compiler Warnings in Visual Studio Code

Hi, I am currently using the UBIDOT library (https://github.com/ubidots/ubidots-particle) version 3.2.3. Author=Ubidots devel@ubidots.com, Jose Garcia jose.garcia@ubidots.com
maintainer=Jose García jose.garcia@ubidots.com

When I add this library to my VS Code project and compile the Ubidots Example SendValuesTCP, I get 28 compiler warnings listed. The code ‘does compile’ without errors, but why are there so many warnings?

Here is a sample of them:

Compiler Output
Compiler Warnings for Ubidots Example.txt (16.7 KB)

I have also included an audit of the Particle VSCode environment.

Particle Envirnment Audit for VSCode.txt (13.3 KB)

Thanks for your feedback.

Hello @rvinci,

Thank you for reaching out to our Community Post.

Those are quite some warnings. I’m guessing that some dependencies might have been subjected to updates that might interfere how the library works. We’ll have a look into this and we’ll make any necessary changes into the Particle library in order to have these errors attended.

It’s great that you can still compile the code, but does it work correctly?

I’ll be attentive to your thoughts.

Best regards,
Sebastián

Hi Sebastian,
Yes, so far so good. But I have only been developing this code for a month now and I like to have a clean build if possible. I am not doing anything spectacularly complicated, posting sensor updates with Ubidots.add and Ubidots.send with some Particle Photons and Borons. Let me know if I can provide any further information. :slightly_smiling_face:
Regards,
Bob V.