ci: add proper ci
Clang Lint CI / lint-no-video (push) Successful in 51s
Clang Lint CI / lint-video (push) Successful in 54s

This commit is contained in:
2026-05-13 16:17:08 +02:00
parent a7bc58e94e
commit de95961548
6 changed files with 141 additions and 73 deletions
+2 -1
View File
@@ -48,6 +48,7 @@ bool check_glerror(ShaderProgram *program, const char *context) {
}
bool check_eglerror_ro(const char *context) {
#ifdef VIDEO_IN
unsigned int code;
code = eglGetError();
@@ -56,7 +57,7 @@ bool check_eglerror_ro(const char *context) {
log_warn("EGL Error: %04x (%s)", code, context);
return true;
}
#endif /* VIDEO_IN */
return false;
}