Skip to content
  • Sami Kerola's avatar
    pmap: fix compiler format warnings · bd9abebd
    Sami Kerola authored
    
    
    pmap.c: In function 'discover_shm_minor':
    pmap.c:87:10: warning: ISO C does not support the '%Lx' gnu_scanf format [-Wformat]
    pmap.c:87:10: warning: ISO C does not support the '%Lu' gnu_scanf format [-Wformat]
    pmap.c: In function 'mapping_name':
    pmap.c:128:3: warning: ISO C does not support the '%Lx' gnu_printf format [-Wformat]
    pmap.c:128:3: warning: ISO C does not support the '%Lx' gnu_printf format [-Wformat]
    pmap.c: In function 'one_proc':
    pmap.c:265:10: warning: ISO C does not support the '%Lx' gnu_scanf format [-Wformat]
    pmap.c:265:10: warning: ISO C does not support the '%Lu' gnu_scanf format [-Wformat]
    pmap.c:315:11: warning: ISO C does not support the '%Lx' gnu_printf format [-Wformat]
    
    Signed-off-by: default avatarSami Kerola <kerolasa@iki.fi>
    bd9abebd