Skip to content

ext_direct_state_access: Fix deprecated-non-prototype warnings

named-program.c:106: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] 106 | glEndList(list); | ^ named-program.c:183: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] 183 | glEndList(list); | ^ named-program.c:283: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] 283 | glEndList(list); | ^

Fixes: 1b7fa194 ("Add tests for EXT_dsa NamedProgram functions") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports