Removed warnings
Added GetCount() to wxList and wxDaynArray git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1230,7 +1230,7 @@ void process_command(char * cexpr)
|
||||
add_expr(expr);
|
||||
}
|
||||
|
||||
void syntax_error(char *s)
|
||||
void syntax_error(char *WXUNUSED(s))
|
||||
{
|
||||
if (currentwxExprErrorHandler)
|
||||
(void)(*(currentwxExprErrorHandler))(WXEXPR_ERROR_SYNTAX, "syntax error");
|
||||
|
Reference in New Issue
Block a user