token.NextToken();
tmp_str2 = token.NextToken();
- switch (tmp_str2[0]) {
+ switch (tmp_str2[(unsigned int) 0]) {
case _T('1'):
/* INFORMATION / SUCCESS */
break;
bool wxHTTP::Abort(void)
{
- bool ret, connected;
+ bool ret;
ret = wxSocketClient::Close();