Re: [Piglit] [PATCH] idtech: Fix format-security warning.

2018-11-02 Thread Ian Romanick
Ah, I guess I didn't realize this took a format string. Reviewed-by: Ian Romanick On 11/02/2018 10:50 AM, Vinson Lee wrote: > idtech-extension-strings.c: In function ‘check_extension_list’: > idtech-extension-strings.c:131:10: warning: format not a string literal and > no format arguments

[Piglit] [PATCH] idtech: Fix format-security warning.

2018-11-02 Thread Vinson Lee
idtech-extension-strings.c: In function ‘check_extension_list’: idtech-extension-strings.c:131:10: warning: format not a string literal and no format arguments [-Wformat-security] application_name); ^~~~ Fixes: f787ad0b6086 ("Add tests for GL_EXTENSION_STRING vs.