Get rid of a few warnings.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3207 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2009-10-08 21:15:58 +00:00
parent 069bd76c9d
commit fc1fbac82a
+6
View File
@@ -348,6 +348,9 @@ displayBox (const char *title, bool isError, const char *msg)
static void static void
displayBox (const char *title, bool isError, const char *msg) displayBox (const char *title, bool isError, const char *msg)
{ {
(void) title;
(void) isError;
(void) msg;
// do something here // do something here
} }
@@ -356,6 +359,9 @@ displayBox (const char *title, bool isError, const char *msg)
static void static void
displayBox (const char *title, bool isError, const char *msg) displayBox (const char *title, bool isError, const char *msg)
{ {
(void) title;
(void) isError;
(void) msg;
// do nothing here // do nothing here
} }