STMicroelectronics / STM32CubeL4

STM32Cube MCU Full Package for the STM32L4 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
259 stars 151 forks source link

Fix compiler warnings when using -Wextra flag #76

Closed dozack closed 1 year ago

dozack commented 1 year ago

During compilation with -pedantic and -Wextra flags, a few warnings have occurred in HAL library. My fix neither does remove nor add any functionality, i have just void casted arguments unused in some situations (for example when USE_FULL_ASSERT is not enabled).

RJMSTM commented 1 year ago

ST Internal Reference: 141354

RJMSTM commented 1 year ago

ST Internal Reference: 146680

HBOSTM commented 1 year ago

Hello @dozack

The fix you requested has been implemented and is now available in the frame of the latest stm32l4_hal_driver package V1.18.0 release. This issue can be closed now. Thank you again for your contribution.

Best Regards,