Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
haiku: Fixed compiler warning.
  • Loading branch information
icculus committed Aug 9, 2017
1 parent 0325069 commit 69092c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/haiku/SDL_bframebuffer.cc
Expand Up @@ -35,7 +35,9 @@
extern "C" {
#endif

#ifndef DRAWTHREAD
static int32 BE_UpdateOnce(SDL_Window *window);
#endif

static SDL_INLINE SDL_BWin *_ToBeWin(SDL_Window *window) {
return ((SDL_BWin*)(window->driverdata));
Expand Down

0 comments on commit 69092c7

Please sign in to comment.