Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

s3c24x0_rtc.c

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Anatolij Gustschin's avatar
    f45e91c4
    drivers/rtc/s3c24x0_rtc.c: fix GCC 4.6 warnings · f45e91c4
    Anatolij Gustschin authored
    
    Fix:
    s3c24x0_rtc.c: In function 'rtc_get':
    s3c24x0_rtc.c:67:53: warning: variable 'a_armed' set but not used
    s3c24x0_rtc.c:67:45: warning: variable 'a_year' set but not used
    s3c24x0_rtc.c:67:38: warning: variable 'a_mon' set but not used
    s3c24x0_rtc.c:67:30: warning: variable 'a_date' set but not used
    s3c24x0_rtc.c:67:22: warning: variable 'a_hour' set but not used
    s3c24x0_rtc.c:67:15: warning: variable 'a_min' set but not used
    s3c24x0_rtc.c:67:8: warning: variable 'a_sec' set but not used
    [-Wunused-but-set-variable]
    
    Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
    f45e91c4
    History
    drivers/rtc/s3c24x0_rtc.c: fix GCC 4.6 warnings
    Anatolij Gustschin authored
    
    Fix:
    s3c24x0_rtc.c: In function 'rtc_get':
    s3c24x0_rtc.c:67:53: warning: variable 'a_armed' set but not used
    s3c24x0_rtc.c:67:45: warning: variable 'a_year' set but not used
    s3c24x0_rtc.c:67:38: warning: variable 'a_mon' set but not used
    s3c24x0_rtc.c:67:30: warning: variable 'a_date' set but not used
    s3c24x0_rtc.c:67:22: warning: variable 'a_hour' set but not used
    s3c24x0_rtc.c:67:15: warning: variable 'a_min' set but not used
    s3c24x0_rtc.c:67:8: warning: variable 'a_sec' set but not used
    [-Wunused-but-set-variable]
    
    Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>