]> git.tuebingen.mpg.de Git - paraslash.git/commit
imdct: Remove dead store.
authorAndre Noll <maan@systemlinux.org>
Mon, 15 Aug 2011 17:36:46 +0000 (19:36 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 21 Sep 2011 09:04:12 +0000 (11:04 +0200)
commit746031e120cbc1afa4c191986a55f1789f5d194a
treee5d06a8a7937ca290792ade852f30163b6f30c7c
parent38d84047c685ffd9409fc10fec1f02b095d98aed
imdct: Remove dead store.

imdct.c:296:2: warning: Value stored to 'output' is never read
        output += n4;
        ^         ~~
imdct.c