libFS: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Feb 18 12:56:01 PST 2011


 test/FSGetErrorText.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8607b9de7b331f7a97e623b1490194324a8b9a4b
Author: Cyril Brulebois <kibi at debian.org>
Date:   Fri Feb 18 21:17:12 2011 +0100

    Silence gcc warning.
    
    Fix the build with CFLAGS="-Wall -Werror":
    |   CC     FSGetErrorText.o
    | cc1: warnings being treated as errors
    | FSGetErrorText.c: In function ‘CheckErrorMessage’:
    | FSGetErrorText.c:43: error: format ‘%d’ expects type ‘int’, but argument 5 has type ‘long unsigned int’
    
    An int is likely to be sufficient for this buffer's size…
    
    Signed-off-by: Cyril Brulebois <kibi at debian.org>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list