Remove warning.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3376 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -330,13 +330,12 @@ OnTextEntryChange (TEXTENTRY_STATE *pTES)
|
||||
static BOOLEAN
|
||||
OnTextEntryFrame (TEXTENTRY_STATE *pTES)
|
||||
{
|
||||
WIDGET_TEXTENTRY *widget = (WIDGET_TEXTENTRY *) pTES->CbParam;
|
||||
|
||||
DrawConnectDialog ();
|
||||
|
||||
SleepThreadUntil (pTES->NextTime);
|
||||
pTES->NextTime = GetTimeCounter () + MENU_FRAME_RATE;
|
||||
|
||||
(void) pTES; // satisfying compiler
|
||||
return TRUE; // continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user