Browse Source

Fixed build warnings

Sam Lantinga 5 years ago
parent
commit
5722e88481
1 changed files with 0 additions and 2 deletions
  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));