Explorar o código

Fixed build warnings

Sam Lantinga %!s(int64=5) %!d(string=hai) anos
pai
achega
5722e88481
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/joystick/darwin/SDL_sysjoystick.c

+ 0 - 2
src/joystick/darwin/SDL_sysjoystick.c

@@ -405,13 +405,11 @@ GetDeviceInfo(IOHIDDeviceRef hidDevice, recDevice *pDevice)
     Sint32 product = 0;
     Sint32 version = 0;
     char *name;
-    const char *manufacturer_remapped;
     char manufacturer_string[256];
     char product_string[256];
     CFTypeRef refCF = NULL;
     CFArrayRef array = NULL;
     Uint16 *guid16 = (Uint16 *)pDevice->guid.data;
-    int i;
 
     /* get usage page and usage */
     refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDPrimaryUsagePageKey));