xf86-video-sis: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Fri Nov 22 15:41:28 PST 2013


 src/sis_driver.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 49796d6a3274adc0250ee07faa6bc63e41c98740
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Nov 22 08:21:18 2013 +1000

    Fix format-security warnings
    
    sis_driver.c: In function 'SISErrorLog':
    sis_driver.c:432:5: error: format not a string literal and no format arguments [-Werror=format-security]
         xf86DrvMsg(pScrn->scrnIndex, X_ERROR, str);
         ^
    sis_driver.c:439:5: error: format not a string literal and no format arguments [-Werror=format-security]
         xf86DrvMsg(pScrn->scrnIndex, X_ERROR, str);
         ^
    sis_driver.c: In function 'SiSUpdateXineramaScreenInfo':
    sis_driver.c:1917:4: error: format not a string literal and no format arguments [-Werror=format-security]
        xf86DrvMsg(pScrn1->scrnIndex, X_INFO, rectxine);
        ^
    sis_driver.c:1924:8: error: format not a string literal and no format arguments [-Werror=format-security]
            xf86DrvMsg(pScrn1->scrnIndex, X_INFO, rectxine);
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list