Would you please remove this declaration. It would be nice to compile without warning.
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.
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
PubSubClientversion 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.