analogdevicesinc / msdk

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

Minor warnings in Keil pack v1.1.0 #746

Open jlj-ee opened 1 year ago

jlj-ee commented 1 year ago

In my current project using the Keil pack version of the MSDK drivers (v1.1.0), Keil's compiler throws two minor warnings from the driver code:

image

A quick scan of the code currently in the repo suggests that the first warning has already been fixed here on GitHub, but the second warning would still be raised from the MXC_SYS_RTCClockDisable declaration in mxc_sys.h across all targets.

Very low priority but fixing this would be a nice QoL for a future pack release

Jake-Carter commented 1 year ago

@Jacob-Scheiffler @sihyung-maxim @ftariqAnalogTx hopefully we cleared this in recent testing