Skip to content
  • Sami Kerola's avatar
    pmap: fix compiler warnings · 22ceeca4
    Sami Kerola authored
    
    
    pmap.c:80:7: warning: declaration of 'mapbuf' shadows a global declaration [-Wshadow]
    pmap.c:63:13: warning: shadowed declaration is here [-Wshadow]
    pmap.c:137:37: warning: declaration of 'mapbuf' shadows a global declaration [-Wshadow]
    pmap.c:63:13: warning: shadowed declaration is here [-Wshadow]
    
    Signed-off-by: default avatarSami Kerola <kerolasa@iki.fi>
    22ceeca4