Re: [PATCH xf86-video-sis] Fix format-security warnings

2013-11-22 Thread Alan Coopersmith
On 11/21/13 03:28 PM, Peter Hutterer wrote: 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 l

[PATCH xf86-video-sis] Fix format-security warnings

2013-11-21 Thread Peter Hutterer
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-