Skip to content

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: 31ffd5f2 ("ext_direct_state_access: add test for matrices functions") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports