Pubsubclient: ~/.platformio/lib/PubSubClient_ID89/src/PubSubClient.cpp:506:14: warning: unused variable 'i' [-Wunused-variable]

Created on 25 Nov 2019  路  4Comments  路  Source: knolleary/pubsubclient

Would you please remove this declaration. It would be nice to compile without warning.

Most helpful comment

If I understand correctly, the PlatformIO Library Registry polls the GitHub repositories of the registered libraries regularly (like once a day I guess) for new tags. The PubSubClient version on PlatformIO is 2.7, which is indeed the latest tag in this repo. And bc65fe5 happened just after the 2.7 tag, so I guess to solve this, @knolleary just has to push a new tag (like 2.7.1 or whatever) to this repo.

All 4 comments

This has been fixed since 7 months already....

Negative. Using PlatformIO, the most recent available version still contains it.

This is not the PlatformIO Repo though and it was fixed with bc65fe52

If I understand correctly, the PlatformIO Library Registry polls the GitHub repositories of the registered libraries regularly (like once a day I guess) for new tags. The PubSubClient version on PlatformIO is 2.7, which is indeed the latest tag in this repo. And bc65fe5 happened just after the 2.7 tag, so I guess to solve this, @knolleary just has to push a new tag (like 2.7.1 or whatever) to this repo.

Was this page helpful?
0 / 5 - 0 ratings