Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed unreachable code warning
  • Loading branch information
slouken committed Nov 30, 2022
1 parent a52327f commit 6ca7212
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/SDL_video.c
Expand Up @@ -3918,7 +3918,6 @@ SDL_GL_GetAttribute(SDL_GLattr attr, int *value)
*value = _this->gl_config.egl_platform;
return 0;
}
break;
default:
return SDL_SetError("Unknown OpenGL attribute");
}
Expand Down

0 comments on commit 6ca7212

Please sign in to comment.