Fix unreferenced parameter warnings.
[moonshot.git] / moonshot / mech_eap / set_sec_context_option.c
index 2c7cc7b..14278dc 100644 (file)
@@ -74,6 +74,10 @@ gss_set_sec_context_option(OM_uint32 *minor,
             break;
         }
     }
+#else
+    (void)i;
+    (void)desired_object;
+    (void)value;
 #endif
 
     if (pCtx != NULL && *pCtx == NULL)