зеркало из https://github.com/mozilla/pjs.git
fix warning
This commit is contained in:
Родитель
ed22aed9bb
Коммит
67111823f3
|
@ -605,7 +605,7 @@ nsresult nsMsgCompFields::DecodeHeader(MSG_HEADER_SET header)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
NS_ASSERTION(result < sizeof(m_headers) / sizeof(char*), "wrong result, review the code!");
|
NS_ASSERTION(result < (int)(sizeof(m_headers) / sizeof(char*)), "wrong result, review the code!");
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче