Index: src/chext/DropMenuExt.cpp =================================================================== diff -u -N -r134983cab6122e3fff73994a6f9c417aaeab3bc2 -rb26ced3298e3e7e51d91f3ac70b56746786da83b --- src/chext/DropMenuExt.cpp (.../DropMenuExt.cpp) (revision 134983cab6122e3fff73994a6f9c417aaeab3bc2) +++ src/chext/DropMenuExt.cpp (.../DropMenuExt.cpp) (revision b26ced3298e3e7e51d91f3ac70b56746786da83b) @@ -21,7 +21,6 @@ #include "DropMenuExt.h" #include "../Common/ipcstructs.h" #include "../libchcore/TTaskDefinition.h" -#include #include "../common/TShellExtMenuConfig.h" #include "../libchcore/TSharedMemory.h" #include "Logger.h" @@ -268,14 +267,12 @@ } } -STDMETHODIMP CDropMenuExt::HandleMenuMsg(UINT uMsg, WPARAM wParam, LPARAM lParam) +STDMETHODIMP CDropMenuExt::HandleMenuMsg(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/) { - uMsg; wParam; lParam; return S_FALSE; } -STDMETHODIMP CDropMenuExt::HandleMenuMsg2(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT* /*plResult*/) +STDMETHODIMP CDropMenuExt::HandleMenuMsg2(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, LRESULT* /*plResult*/) { - uMsg; wParam; lParam; return S_FALSE; }