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/FileManager/OptionsDialog.cpp')
-rwxr-xr-x7zip/FileManager/OptionsDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/7zip/FileManager/OptionsDialog.cpp b/7zip/FileManager/OptionsDialog.cpp
index b6c07275..7413bafc 100755
--- a/7zip/FileManager/OptionsDialog.cpp
+++ b/7zip/FileManager/OptionsDialog.cpp
@@ -26,7 +26,7 @@
using namespace NWindows;
-void OptionsDialog(HWND hwndOwner, HINSTANCE hInstance)
+void OptionsDialog(HWND hwndOwner, HINSTANCE /* hInstance */)
{
CSystemPage systemPage;
CPluginsPage pluginsPage;
@@ -48,7 +48,7 @@ void OptionsDialog(HWND hwndOwner, HINSTANCE hInstance)
pages.Add(page);
}
- int res = NControl::MyPropertySheet(pages, hwndOwner, LangString(IDS_OPTIONS, 0x03010000));
+ INT_PTR res = NControl::MyPropertySheet(pages, hwndOwner, LangString(IDS_OPTIONS, 0x03010000));
if (res != -1 && res != 0)
{
if (langPage._langWasChanged)