[MPlayer-dev-eng] [PATCH] minor reduction of false positives in checktree.sh

Michael Niedermayer michaelni at gmx.at
Sat Dec 1 01:42:53 CET 2007


Hi

attached patch reduces the false positives of stupid code slightly

though its still mostly false positives, that is code like:

        temp[8*0 + i] = tmp0 + tmp7;
               ^
        temp[8*7 + i] = tmp0 - tmp7;
        temp[8*1 + i] = tmp1 + tmp6;
        temp[8*6 + i] = tmp1 - tmp6;
        temp[8*2 + i] = tmp2 + tmp5;
        temp[8*5 + i] = tmp2 - tmp5;
        temp[8*4 + i] = tmp3 + tmp4;
        temp[8*3 + i] = tmp3 - tmp4;

really doesnt qualify as stupid, at least not because of the *0

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I have often repented speaking, but never of holding my tongue.
-- Xenocrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: checktree.patch
Type: text/x-patch
Size: 1377 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20071201/6057e2c9/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20071201/6057e2c9/attachment.pgp>


More information about the MPlayer-dev-eng mailing list