diff options
author | Mataes <mataes2007@gmail.com> | 2018-11-25 18:37:22 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2018-11-25 18:37:22 +0300 |
commit | f975e96f73808081fe9cfe210d4793e27ad6d75e (patch) | |
tree | 4c1ceee24bd0a883d3719d898401cd4762cba620 /plugins/NewStory/src/options.cpp | |
parent | a9fc0f61059fea8c39799d8c866ef1aa505f693e (diff) |
NewStory: worning fixes, icons compiles
Diffstat (limited to 'plugins/NewStory/src/options.cpp')
-rw-r--r-- | plugins/NewStory/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/options.cpp b/plugins/NewStory/src/options.cpp index 0fba7ed390..96c51b3c69 100644 --- a/plugins/NewStory/src/options.cpp +++ b/plugins/NewStory/src/options.cpp @@ -20,7 +20,7 @@ void InitOptions() INT_PTR CALLBACK OptionsDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); -static int OptionsInitialize(WPARAM wParam, LPARAM lParam) +static int OptionsInitialize(WPARAM wParam, LPARAM) { OPTIONSDIALOGPAGE odp = { 0 }; odp.position = 100000000; |