arb_draw_buffers_blend: Fix deprecated-non-prototype warnings
commit7aa7bc1b01d57b4b091c4fc82a94a6ff47f38ebf
authorVinson Lee <vlee@freedesktop.org>
Mon, 22 Apr 2024 01:48:07 +0000 (21 18:48 -0700)
committerVinson Lee <vlee@freedesktop.org>
Sat, 27 Apr 2024 06:43:21 +0000 (26 23:43 -0700)
treee16cbab468ad728c5358139e1387e4c1d078b715
parent3d3a20a2bdcff4737825665e6a61784fd5c881e5
arb_draw_buffers_blend: Fix deprecated-non-prototype warnings

tests/spec/arb_draw_buffers_blend/state_set_get.c:91:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   91 |                 glEndList(list);
      |                          ^
tests/spec/arb_draw_buffers_blend/state_set_get.c:136:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  136 |                 glEndList(list);
      |                          ^

Fixes: 0fb057c06ddc ("Add new arb_draw_buffers_blend-state_set_get test")
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/906>
tests/spec/arb_draw_buffers_blend/state_set_get.c