Skip to content

Conversation

aiafrasinei
Copy link
Contributor

Fix the below warnings in examples for macos (version 14.3.1, clang 14):

others/raylib_opengl_interop.c:158:5: warning: 'glDeleteVertexArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
glDeleteVertexArrays(1, &vao);

models/models_first_person_maze.c:37:13: warning: unused variable 'position' [-Wunused-variable]
Vector3 position = { 0.0f, 0.0f, 0.0f }; // Set model position

text/text_codepoints_loading.c:63:9: warning: variable 'codepoint' set but not used [-Wunused-but-set-variable]
int codepoint = 0;

@raysan5 raysan5 merged commit 2aed94c into raysan5:master Feb 27, 2024
@raysan5
Copy link
Owner

raysan5 commented Feb 27, 2024

@aiafrasinei thanks fir the reviews!

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.

2 participants