Re: [Piglit] [PATCH] vertex-program-two-side: Fix GCC format-security warnings.

2018-05-31 Thread Timothy Arceri
Thanks. Are these warning not enabled by default? Reviewed-by: Timothy Arceri On 01/06/18 07:46, Vinson Lee wrote: vertex-program-two-side.c: In function ‘piglit_display’: vertex-program-two-side.c:370:3: warning: format not a string literal and no format arguments [-Wformat-security]

[Piglit] [PATCH] vertex-program-two-side: Fix GCC format-security warnings.

2018-05-31 Thread Vinson Lee
vertex-program-two-side.c: In function ‘piglit_display’: vertex-program-two-side.c:370:3: warning: format not a string literal and no format arguments [-Wformat-security] piglit_report_subtest_result(PIGLIT_SKIP, tests[3]); ^~~~ vertex-program-two-side.c:371:3: