u-blox / ubxlib

Portable C libraries which provide APIs to build applications with u-blox products and services. Delivered as add-on to existing microcontroller and RTOS SDKs.
Apache License 2.0
287 stars 82 forks source link

Suppress unnecessary GCC truncation warnings using compiler directives #193

Closed AarC10 closed 5 months ago

AarC10 commented 5 months ago

Had to make a new PR for #191 since the branch got renamed. Fixed an issue that would've most likely caused the CI/CD lint check to fail. Thanks for the insight and feedback @RobMeades

RobMeades commented 5 months ago

Excellent, thanks again!

AarC10 commented 5 months ago

Thanks for the prompt responses and merging