fix(shaders): remove unused warning
Clang Lint CI / lint-no-video (push) Successful in 46s
Clang Build CI / run-video (push) Successful in 51s
Clang Build CI / run-no-video (push) Successful in 1m2s
Clang Build CI / build-release (push) Successful in 1m15s
Clang Lint CI / lint-video (push) Successful in 53s

This commit is contained in:
2026-08-27 16:34:51 +02:00
parent 7355d0937c
commit cec3d54685
+1 -1
View File
@@ -60,7 +60,7 @@ static void gl_debug_callback(GLenum source, GLenum type, GLuint id,
#endif /* GL_DEBUG */ #endif /* GL_DEBUG */
static bool check_eglerror_ro(const char *context) { static bool check_eglerror_ro(__attribute__((unused)) const char *context) {
#ifdef VIDEO_IN #ifdef VIDEO_IN
unsigned int code; unsigned int code;