InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.68k stars 916 forks source link

Warnings as errors #1563

Closed Riksu9000 closed 1 year ago

Riksu9000 commented 1 year ago

Fix last few compiler warnings and treat warnings as errors.

This way warnings will be taken seriously, and will cause PR checks to fail when they throw warnings.

github-actions[bot] commented 1 year ago
Build size and comparison to develop: Section Size Difference
text 407152B -16B
data 940B 0B
bss 53568B 0B
JF002 commented 1 year ago

This PR applies some changes in QCBOR. Is this expected?

Riksu9000 commented 1 year ago

Compiling QCBOR emits a warning, so I had to update it.