Skip to content
  • Bastien Nocera's avatar
    block: Remove unused variable · 0cd37b01
    Bastien Nocera authored
    mindtct/block.c: In function ‘block_offsets’:
    mindtct/block.c:108:18: warning: variable ‘ph’ set but not used [-Wunused-but-set-variable]
        int pad2, pw, ph;
                      ^~
    0cd37b01