mkfontscale: Changes to 'master'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Sun May 8 09:37:45 PDT 2011


 mkfontscale.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 3da7640b35c9660944168217c145a1011547712b
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Sun May 8 09:36:02 2011 -0700

    Dead code removal
    
    have_face is initialized to 0 at the beginning of the loop, so no need to set
    it to 0 just before it goes out of scope at the end of the loop.
    
    mkfontscale.c:945:13: warning: Value stored to 'have_face' is never read
                have_face = 0;
                ^           ~
    
    Found-by: clang static analyzer
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>



More information about the xorg-commit mailing list