Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/UI/Explorer/OptionsDialog.cpp')
-rwxr-xr-x7zip/UI/Explorer/OptionsDialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/7zip/UI/Explorer/OptionsDialog.cpp b/7zip/UI/Explorer/OptionsDialog.cpp
index 1a2c91d1..b7831afd 100755
--- a/7zip/UI/Explorer/OptionsDialog.cpp
+++ b/7zip/UI/Explorer/OptionsDialog.cpp
@@ -17,7 +17,7 @@
using namespace NWindows;
-int OptionsDialog(HWND hwndOwner)
+static INT_PTR OptionsDialog(HWND hwndOwner)
{
CSystemPage systemPage;
CFoldersPage foldersPage;
@@ -39,7 +39,7 @@ int OptionsDialog(HWND hwndOwner)
}
STDMETHODIMP CSevenZipOptions::PluginOptions(HWND hWnd,
- IPluginOptionsCallback *callback)
+ IPluginOptionsCallback * /* callback */)
{
/*
CComBSTR programPath;
@@ -49,7 +49,7 @@ STDMETHODIMP CSevenZipOptions::PluginOptions(HWND hWnd,
return S_OK;
}
-STDMETHODIMP CSevenZipOptions::GetFileExtensions(BSTR *extensions)
+STDMETHODIMP CSevenZipOptions::GetFileExtensions(BSTR * /* extensions */)
{
/*
UString extStrings;