ext_direct_state_access: Fix deprecated-non-prototype warning
matrix-commands.c:443:13: 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]
443 | glEndList(list);
| ^
Fixes:
31ffd5f2f6b1 ("ext_direct_state_access: add test for matrices functions")
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/958>