Explorar o código

Fixed compiler warning

Sam Lantinga %!s(int64=11) %!d(string=hai) anos
pai
achega
8ef5651185
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/video/cocoa/SDL_cocoamessagebox.m

+ 1 - 1
src/video/cocoa/SDL_cocoamessagebox.m

@@ -132,7 +132,7 @@ Cocoa_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid)
     }
     else
     {
-        returnValue = SDL_SetError("Did not get a valid `clicked button' id: %d", clicked);
+        returnValue = SDL_SetError("Did not get a valid `clicked button' id: %ld", (long)clicked);
     }
 
     [pool release];