ext_direct_state_access: Fix deprecated-non-prototype warning
requested to merge vlee/piglit:fix-ext_direct_state_access-matrix-commands-deprecated-non-prototype into main
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: 31ffd5f2 ("ext_direct_state_access: add test for matrices functions") Signed-off-by: Vinson Lee vlee@freedesktop.org