diff --git a/src/gui/main.cc b/src/gui/main.cc index de052ee..b5f2c45 100644 --- a/src/gui/main.cc +++ b/src/gui/main.cc @@ -41,7 +41,7 @@ int main(int argc, char *argv[]) return 2; } - SDL_GLContext gl_context = SDL_GL_CreateContext(window); + (void)SDL_GL_CreateContext(window); if (gl3wInit() != 0) {