Skip to content
  • Vinson Lee's avatar
    vertex-program-two-side: Fix GCC format-security warnings. · 67074bc8
    Vinson Lee authored
    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: warning: format not a string literal and no format arguments [-Wformat-security]
       piglit_report_subtest_result(PIGLIT_SKIP, tests[4]);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    vertex-program-two-side.c:372:3: warning: format not a string literal and no format arguments [-Wformat-security]
       piglit_report_subtest_result(PIGLIT_SKIP, tests[5]);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    vertex-program-two-side.c:375:3: warning: format not a string literal and no format arguments [-Wformat-security]
       piglit_report_subtest_result(PIGLIT_SKIP, tests[1]);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    vertex-program-two-side.c:376:3: warning: format not a string literal and no format arguments [-Wformat-security]
       piglit_report_subtest_result(PIGLIT_SKIP, tests[2]);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    vertex-program-two-side.c:377: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:378:3: warning: format not a string literal and no format arguments [-Wformat-security]
       piglit_report_subtest_result(PIGLIT_SKIP, tests[4]);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    vertex-program-two-side.c:379:3: warning: format not a string literal and no format arguments [-Wformat-security]
       piglit_report_subtest_result(PIGLIT_SKIP, tests[5]);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    Fixes: 09b3a817
    
     ("ARB_tessellation_shader: test gl_*Color built-ins with tessellation shaders")
    Signed-off-by: default avatarVinson Lee <vlee@freedesktop.org>
    Reviewed-by: default avatarTimothy Arceri <tarceri@itsqueeze.com>
    67074bc8