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

cmd_fdc.c

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Wolfgang Denk's avatar
      4ec6e4a8
      common/cmd_fdc.c: Fix GCC 4.6 build warnings · 4ec6e4a8
      Wolfgang Denk authored
      
      Fix:
      cmd_fdc.c: In function 'fdc_read_data':
      cmd_fdc.c:435:6: warning: variable 'flags' set but not used
      [-Wunused-but-set-variable]
      cmd_fdc.c:432:16: warning: variable 'pcn' set but not used
      [-Wunused-but-set-variable]
      cmd_fdc.c:431:20: warning: variable 'lastblk' set but not used
      [-Wunused-but-set-variable]
      
      Note: no attempts were made to otherwise cleanup the code.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      4ec6e4a8
      History
      common/cmd_fdc.c: Fix GCC 4.6 build warnings
      Wolfgang Denk authored
      
      Fix:
      cmd_fdc.c: In function 'fdc_read_data':
      cmd_fdc.c:435:6: warning: variable 'flags' set but not used
      [-Wunused-but-set-variable]
      cmd_fdc.c:432:16: warning: variable 'pcn' set but not used
      [-Wunused-but-set-variable]
      cmd_fdc.c:431:20: warning: variable 'lastblk' set but not used
      [-Wunused-but-set-variable]
      
      Note: no attempts were made to otherwise cleanup the code.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>