analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
60 stars 75 forks source link

fix(Build): Fix `-Wstrict-prototypes` warnings #954

Closed Jake-Carter closed 3 months ago

Jake-Carter commented 3 months ago

Pull Request Template

Description

Closes #948. Essentially this adds and enforces int myfunction(void) instead of int myfunction()

Also merges the release branch again so that #937 should start working properly. The 2024 release tag doesn't seem visible from the main branch yet, but merging release locally fixes it.

Checklist Before Requesting Review

Jake-Carter commented 3 months ago

/clang-format-run