util: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Nov 18 23:11:34 PST 2011


 bdftruncate.c |    9 ++++++++-
 ucs2any.c     |    4 ++--
 2 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 9e9519975fe3a5827b362b8df4a5c69745125a5a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Nov 18 23:09:43 2011 -0800

    Fix "cast discards qualifiers from pointer target type" warnings
    
    ucs2any.c: In function ‘chars_compare’:
    ucs2any.c:450:2: warning: cast discards qualifiers from pointer target type
    ucs2any.c:451:2: warning: cast discards qualifiers from pointer target type
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e46b483c58ec3cfc01d2800c069eadc90166eb04
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Nov 18 23:06:46 2011 -0800

    Mark usage() as not returning to clear incorrect uninit var warning
    
    bdftruncate.c: In function ‘main’:
    bdftruncate.c:119:16: warning: ‘threshold’ may be used uninitialized in this function
    
    (It's not actually, if you consider that usage() exits when
     parse_threshold fails.)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list