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:
@@ -23,6 +23,7 @@ typedef struct _EnumCtxt_T{
|
||||
//------------------------------------------------------------------------------
|
||||
static BOOL WINAPI EnumProc(DWORD Pid, DWORD Ppid, EnumCtxt_T* pEnumCtxt, BOOL* pbContinue)
|
||||
{
|
||||
UNREFERENCED_PARAMETER(pbContinue);
|
||||
ProcessEntry_C* pProcessEntry = new ProcessEntry_C(Ppid,Pid);
|
||||
|
||||
pEnumCtxt->pRefreshVisitor->ProcessVector.push_back(pProcessEntry);
|
||||
@@ -189,6 +190,7 @@ void RefreshVisitor_C::Visit(InterfacesWidget_C* pInterfacesWidget)
|
||||
void RefreshVisitor_C::Visit(InterfaceInfoWidget_C* pInterfaceInfoWidget)
|
||||
{
|
||||
//nothing to do here
|
||||
UNREFERENCED_PARAMETER(pInterfaceInfoWidget);
|
||||
}
|
||||
|
||||
|
||||
@@ -210,6 +212,7 @@ void RefreshVisitor_C::Visit(ProcessInfoWidget_C* pProcessInfoWidget)
|
||||
void RefreshVisitor_C::Visit(ProceduresWidget_C* pProceduresWidget)
|
||||
{
|
||||
//nothing to do
|
||||
UNREFERENCED_PARAMETER(pProceduresWidget);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user