Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Mike Frysinger's avatar
    f3e6110a
    lzma: fix printf warnings · f3e6110a
    Mike Frysinger authored
    
    Fix size_t printf format warnings:
    
    LzmaTools.c: In function 'lzmaBuffToBuffDecompress':
    LzmaTools.c:110:5: warning: format '%x' expects type 'unsigned int',
                                but argument 2 has type 'SizeT'
    LzmaTools.c:111:5: warning: format '%x' expects type 'unsigned int',
                                but argument 2 has type 'SizeT'
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    f3e6110a
    History
    lzma: fix printf warnings
    Mike Frysinger authored
    
    Fix size_t printf format warnings:
    
    LzmaTools.c: In function 'lzmaBuffToBuffDecompress':
    LzmaTools.c:110:5: warning: format '%x' expects type 'unsigned int',
                                but argument 2 has type 'SizeT'
    LzmaTools.c:111:5: warning: format '%x' expects type 'unsigned int',
                                but argument 2 has type 'SizeT'
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>