]> git.pld-linux.org Git - packages/freeglut.git/blob - freeglut-gcc4.patch
- header says it supports GLUT 4.0 API
[packages/freeglut.git] / freeglut-gcc4.patch
1 freeglut_joystick.c:1687: warning: the address of 'fgJoystick' will always evaluate as 'true'
2
3 --- freeglut-2.4.0/src/freeglut_joystick.c.orig 2005-05-04 14:53:48.000000000 +0200
4 +++ freeglut-2.4.0/src/freeglut_joystick.c      2006-11-01 21:59:56.032124750 +0100
5 @@ -1684,9 +1684,6 @@
6  
7    fgInitialiseJoysticks ();
8  
9 -  if ( !fgJoystick )
10 -    return 0;
11 -
12    if ( !fgState.JoysticksInitialised )
13      return 0;
14  
This page took 0.028123 seconds and 3 git commands to generate.