libobs-opengl: Fix Clang warnings

This commit is contained in:
jpark37
2019-08-17 11:02:03 -07:00
parent b59742d49a
commit 2af98bf483
2 changed files with 20 additions and 5 deletions

View File

@@ -78,8 +78,8 @@ static inline bool gl_success(const char *funcname)
--attempts;
if (attempts == 0) {
blog(LOG_ERROR, "Too many GL errors, moving on",
funcname, errorcode);
blog(LOG_ERROR,
"Too many GL errors, moving on");
break;
}
} while (errorcode != GL_NO_ERROR);