Skip to content
  • Bastien Nocera's avatar
    loop: Remove unused variable · 821cbae1
    Bastien Nocera authored
    mindtct/loop.c: In function ‘process_loop_V2’:
    mindtct/loop.c:713:8: warning: variable ‘halfway’ set but not used [-Wunused-but-set-variable]
        int halfway;
            ^~~~~~~
    821cbae1