Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Marek Vasut's avatar
    f382b7c5
    GCC4.6: Squash warning in jedec_flash.c · f382b7c5
    Marek Vasut authored
    
    jedec_flash.c: In function 'fill_info':
    jedec_flash.c:393: warning: format '%x' expects type 'unsigned int', but
    argument 2 has type 'ulong'
    jedec_flash.c:393: warning: format '%x' expects type 'unsigned int', but
    argument 3 has type 'ulong'
    jedec_flash.c:402: warning: format '%d' expects type 'int', but argument 2 has
    type 'ulong'
    jedec_flash.c:402: warning: format '%d' expects type 'int', but argument 3 has
    type 'ulong'
    
    Signed-off-by: default avatarMarek Vasut <marek.vasut@gmail.com>
    Cc: Wolfgang Denk <wd@denx.de>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Mike Frysinger <vapier@gentoo.org>
    Cc: Scott Wood <scottwood@freescale.com>
    f382b7c5
    History
    GCC4.6: Squash warning in jedec_flash.c
    Marek Vasut authored
    
    jedec_flash.c: In function 'fill_info':
    jedec_flash.c:393: warning: format '%x' expects type 'unsigned int', but
    argument 2 has type 'ulong'
    jedec_flash.c:393: warning: format '%x' expects type 'unsigned int', but
    argument 3 has type 'ulong'
    jedec_flash.c:402: warning: format '%d' expects type 'int', but argument 2 has
    type 'ulong'
    jedec_flash.c:402: warning: format '%d' expects type 'int', but argument 3 has
    type 'ulong'
    
    Signed-off-by: default avatarMarek Vasut <marek.vasut@gmail.com>
    Cc: Wolfgang Denk <wd@denx.de>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Mike Frysinger <vapier@gentoo.org>
    Cc: Scott Wood <scottwood@freescale.com>