You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your report. We confirm the appearance of warnings by activating -Wconversion warnings. This problem has been reported to our development teams for further analysis. We'll get back to you as soon as we have any updates.
Describe the set-up
Describe the bug
Compiling
stm32f0xx_hal_flash_ex.c
results in (conversion related) warnings at build-time like this:How To Reproduce
stm32f0xx_hal_flash_ex.c
)stm32f0xx_hal_flash_ex.c
with conversion warnings enabled.Additional context
My suggested solution is to simply change the return type from
uint32_t
touint8_t
since result must be one ofOB_RDP_LEVEL_0
,OB_RDP_LEVEL_1
, orOB_RDP_LEVEL_2
The text was updated successfully, but these errors were encountered: