Index: src/chext/DropMenuExt.cpp
===================================================================
diff -u -N -r0373359eff650e8cf04a5992711ef9f20347536f -r17059054c69cd5726f4c7d35357f3b9556471783
--- src/chext/DropMenuExt.cpp	(.../DropMenuExt.cpp)	(revision 0373359eff650e8cf04a5992711ef9f20347536f)
+++ src/chext/DropMenuExt.cpp	(.../DropMenuExt.cpp)	(revision 17059054c69cd5726f4c7d35357f3b9556471783)
@@ -103,7 +103,7 @@
 	return hResult;
 }
 
-STDMETHODIMP CDropMenuExt::QueryContextMenu(HMENU hmenu, UINT indexMenu, UINT idCmdFirst, UINT /*idCmdLast*/, UINT uFlags)
+STDMETHODIMP CDropMenuExt::QueryContextMenu(HMENU hmenu, UINT indexMenu, UINT idCmdFirst, UINT /*idCmdLast*/, UINT /*uFlags*/)
 {
 	ATLTRACE(_T("CDropMenuExt::QueryContextMenu()\n"));
 	// check options
@@ -274,7 +274,7 @@
 	return HandleMenuMsg2(uMsg, wParam, lParam, NULL);
 }
 
-STDMETHODIMP CDropMenuExt::HandleMenuMsg2(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT* plResult)
+STDMETHODIMP CDropMenuExt::HandleMenuMsg2(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT* /*plResult*/)
 {
 	ATLTRACE(_T("CDropMenuExt::HandleMenuMsg2(): uMsg = %lu, wParam = %lu, lParam = %lu\n"), uMsg, wParam, lParam);
 	return S_FALSE;