From 2f4ef73dbafd14095fcb92cf5afeb598e453084c Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 5 Mar 2023 21:51:51 +0300 Subject: Fix warnings, part2 --- third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_rtc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_rtc.c') diff --git a/third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_rtc.c b/third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_rtc.c index f0481d1..7b1f7ac 100644 --- a/third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_rtc.c +++ b/third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_rtc.c @@ -1350,6 +1350,7 @@ void RTC_AlarmSubSecondConfig(uint32_t RTC_Alarm, uint32_t RTC_AlarmSubSecondVal */ uint32_t RTC_GetAlarmSubSecond(uint32_t RTC_Alarm) { + (void)RTC_Alarm; uint32_t tmpreg = 0; /* Get the RTC_ALRMAR register */ -- cgit v1.2.3