瀏覽代碼

Fixed warning C4389: '!=': signed/unsigned mismatch in SDL_blit.c

Sam Lantinga 1 年之前
父節點
當前提交
dc1c27885e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/video/SDL_blit.h

+ 1 - 1
src/video/SDL_blit.h

@@ -79,7 +79,7 @@ typedef struct
     Uint32 src_format;
     Uint32 dst_format;
     int flags;
-    int cpu;
+    unsigned int cpu;
     SDL_BlitFunc func;
 } SDL_BlitFuncEntry;