summaryrefslogtreecommitdiff
path: root/plugins/SMS/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SMS/src/main.cpp')
-rw-r--r--plugins/SMS/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SMS/src/main.cpp b/plugins/SMS/src/main.cpp
index d2a846e5e1..592641acaa 100644
--- a/plugins/SMS/src/main.cpp
+++ b/plugins/SMS/src/main.cpp
@@ -96,7 +96,7 @@ extern "C" int __declspec(dllexport) Unload(void)
return 0;
}
-int OnModulesLoaded(WPARAM wParam,LPARAM lParam)
+int OnModulesLoaded(WPARAM,LPARAM)
{
VersionConversions();
@@ -105,7 +105,7 @@ int OnModulesLoaded(WPARAM wParam,LPARAM lParam)
return 0;
}
-int OnPreShutdown(WPARAM wParam,LPARAM lParam)
+int OnPreShutdown(WPARAM,LPARAM)
{
RecvSMSWindowDestroy();
SendSMSWindowDestroy();