Closed chgpalmer closed 1 year ago
Maybe you could bump sdcc version in the CI to the latest that causes the warnings? https://github.com/emmebrusa/TSDZ2-Smart-EBike-1/blob/9f22efbac8baab6c2644afe1cefad0974b1be647/.github/workflows/build.yaml#L18
I don't know if there is a way to always point to the latest...
Added commit that bumps SDCC version to 4.3.0, which is both the most recent release and what I am using via mac homebrew
The github build workflow fails using 4.3.0 on Windows so I've removed the version update commit Build now passes again: https://github.com/chgpalmer/TSDZ2-Smart-EBike-1/actions/runs/5979860875
Which compiler we use doesn't affect the validity of this patch. A new issue could be raised to increment the SDCC version
https://github.com/chgpalmer/TSDZ2-Smart-EBike-1/actions/runs/5979789568 Interesting. I actually had some issues when I updated to 4.3.0 on Windows. It seemed like CC1 was used instead of SDCC, but I am not sure.
I don't think I am going to investigate this, but I created a vague issue for this https://github.com/emmebrusa/TSDZ2-Smart-EBike-1/issues/76
Building firmware no longer outputs warnings as per #72