luit: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Jun 21 21:41:53 PDT 2013


 other.h |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 09f4907e4ab4ba3654de829bf3ac2a4a02bb9ef4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jun 21 21:11:43 2013 -0700

    Fix GCC_UNUSED definition to actually work with -Wunused-parameter
    
    Silences warnings of:
    charset.c: In function ‘IdentityRecode’:
    charset.c:42:51: warning: unused parameter ‘self’ [-Wunused-parameter]
    charset.c: In function ‘NullReverse’:
    charset.c:84:26: warning: unused parameter ‘n’ [-Wunused-parameter]
    charset.c:84:59: warning: unused parameter ‘self’ [-Wunused-parameter]
    other.c: In function ‘mapping_utf8’:
    other.c:108:44: warning: unused parameter ‘s’ [-Wunused-parameter]
    other.c: In function ‘reverse_utf8’:
    other.c:114:44: warning: unused parameter ‘s’ [-Wunused-parameter]
    luit.c: In function ‘sigwinchHandler’:
    luit.c:463:21: warning: unused parameter ‘sig’ [-Wunused-parameter]
    luit.c: In function ‘sigchldHandler’:
    luit.c:470:20: warning: unused parameter ‘sig’ [-Wunused-parameter]
    luit.c: In function ‘parent’:
    luit.c:657:12: warning: unused parameter ‘pid’ [-Wunused-parameter]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list