MarlinFirmware / U8glib-HAL

Customized U8glib for use in Marlin 2.0
Other
45 stars 33 forks source link

Cleanup compilation warnings #1

Closed tcm0116 closed 6 years ago

tcm0116 commented 6 years ago

@thinkyhead I noticed this change isn't included when pulling this library down from PlatformIO. Do you have to do anything to push it to that repository for distribution?

thinkyhead commented 6 years ago

Does PlatformIO keep their own copy of the library for download? If not, then it should be configured to downloaded directly from your master branch. If that's how it works you shouldn't need to do anything special.

But maybe they also make use of the Release tags and official Releases. Try adding release tags and making a release or two.

tcm0116 commented 6 years ago

I think it somehow has to be pushed to PlatformIO, but I'm not really sure how it works. I just noticed that the warnings are still present in recent Travis builds (along with a slew of new ones in very recent builds if 2.0.x).

thinkyhead commented 6 years ago

Sticking version numbers on the lib_deps in platformio.ini will keep them at bay.