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:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user