ソースを参照

haiku: Fixed compiler warning.

Ryan C. Gordon 8 年 前
コミット
69092c7e47
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/video/haiku/SDL_bframebuffer.cc

+ 2 - 0
src/video/haiku/SDL_bframebuffer.cc

@@ -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));