Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c: don't warn on undefined GLAD_GLES2_USE_SYSTEM_EGL #461

Merged
merged 1 commit into from
Mar 16, 2024

Conversation

haasn
Copy link
Contributor

@haasn haasn commented Mar 16, 2024

Check for a defined variable instead of a 1/0 flag, for symmetry with GLAD_GL, GLAD_GLES2 and other user-facing defines.

Fixes: #460

Check for a defined variable instead of a 1/0 flag, for symmetry with
GLAD_GL, GLAD_GLES2 and other user-facing defines.

Fixes: Dav1dde#460
@Dav1dde Dav1dde merged commit 463b2b2 into Dav1dde:glad2 Mar 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

warning: 'GLAD_GLES2_USE_SYSTEM_EGL' is not defined, evaluates to 0 [-Wundef]
2 participants