mirror of
https://github.com/silverf0x/RpcView
synced 2026-06-08 17:26:38 +00:00
Increase compiler warning level to W4 with WX
This commit is contained in:
@@ -85,6 +85,8 @@ bool EndpointsWidget_C::IsEndpointsPresent(quint32 Pid, WCHAR* pName,WCHAR* pPro
|
||||
QList<QStandardItem*> ItemList;
|
||||
bool bResult = false;
|
||||
|
||||
UNREFERENCED_PARAMETER(Pid);
|
||||
|
||||
ItemList = pModel->findItems(QString::fromUtf16((const ushort*)pName), Qt::MatchFixedString, Column_Name);
|
||||
if (ItemList.isEmpty()) goto End;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user