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:
@@ -43,6 +43,7 @@ void InterfaceSelectedVisitor_C::Visit(EndpointsWidget_C* pEndpointsWidget)
|
||||
void InterfaceSelectedVisitor_C::Visit(InterfacesWidget_C* pInterfacesWidget)
|
||||
{
|
||||
//nothing todo
|
||||
UNREFERENCED_PARAMETER(pInterfacesWidget);
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
@@ -119,9 +120,7 @@ void InterfaceSelectedVisitor_C::Visit(ProceduresWidget_C* pProceduresWidget)
|
||||
WCHAR SymbolName[RPC_MAX_LENGTH];
|
||||
ULONG ProcIdx;
|
||||
VOID* ProcFormat = NULL;
|
||||
LPCWSTR pProcName = NULL;
|
||||
VOID* hPdb = NULL;
|
||||
UCHAR* ProcAddress = NULL;
|
||||
|
||||
if (pRpcInterfaceInfo==NULL) goto End;
|
||||
pProceduresWidget->reset(pRpcInterfaceInfo->Pid);
|
||||
|
||||
Reference in New Issue
Block a user