# HG changeset patch # User Pietro Molendys <89810437+Pedritos22@users.noreply.github.com> # Date 1743548014 -7200 # Node ID 62b7c457510d642793c7c40391c6a78e2f1ee1fb # Parent cc6b3eeb0ad03a02dc68bb79c53e726aec035a42 Update main.c Suppressed the warning for macOS users committer: GitHub diff -r cc6b3eeb0ad0 -r 62b7c457510d src/main.c --- a/src/main.c Wed Apr 02 00:38:48 2025 +0200 +++ b/src/main.c Wed Apr 02 00:53:34 2025 +0200 @@ -1,4 +1,6 @@ #include "algorithms.h" +#define GL_SILENCE_DEPRECATION + int window_width = 1920;