Removing more Win64 build warnings from joystick code

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@733 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2007-10-02 02:46:04 +00:00
parent 7b7de85a0d
commit afd73e99d6

View File

@ -1039,7 +1039,7 @@ static int fghJoystickGetOEMProductName ( SFG_Joystick* joy, char *buf, int buf_
static void fghJoystickOpen( SFG_Joystick* joy ) static void fghJoystickOpen( SFG_Joystick* joy )
{ {
int i; int i = 0;
#if TARGET_HOST_MACINTOSH #if TARGET_HOST_MACINTOSH
OSStatus err; OSStatus err;
#endif #endif
@ -1061,7 +1061,7 @@ static void fghJoystickOpen( SFG_Joystick* joy )
unsigned char u; unsigned char u;
# else # else
# if defined( __linux__ ) # if defined( __linux__ )
int counter; int counter = 0;
# endif # endif
# endif # endif
#endif #endif