Fix harmless compilation warning.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3398 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2009-12-07 21:54:22 +00:00
parent 9940281f1a
commit 6e83a1df99
+3
View File
@@ -123,6 +123,7 @@ GenerateSaMatra_reinitNpcs (SOLARSYS_STATE *solarSys)
&GLOBAL (ShipStamp.origin), TRUE);
}
(void) solarSys;
return true;
}
@@ -317,5 +318,7 @@ BuildUrquanGuard (SOLARSYS_STATE *solarSys)
UnlockIpGroup (&GLOBAL (ip_group_q), hGroup);
hGroup = hNextGroup;
}
(void) solarSys;
}