Fix a few more compiler warnings
[freeglut] / src / egl / fg_state_egl.c
index 2890d00..59fc9c9 100644 (file)
@@ -33,7 +33,7 @@
 static int fgPlatformGetConfig( int attribute )
 {
   int returnValue = 0;
-  int result;  /*  Not checked  */
+  int result __fg_unused;  /*  Not checked  */
 
   if( fgStructure.CurrentWindow )
       result = eglGetConfigAttrib( fgDisplay.pDisplay.egl.Display,