summaryrefslogtreecommitdiff
path: root/sysui/source
diff options
context:
space:
mode:
Diffstat (limited to 'sysui/source')
-rw-r--r--sysui/source/win32/QuickStart/QuickStart.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysui/source/win32/QuickStart/QuickStart.cpp b/sysui/source/win32/QuickStart/QuickStart.cpp
index fb2408b2ca93..3467e35524f8 100644
--- a/sysui/source/win32/QuickStart/QuickStart.cpp
+++ b/sysui/source/win32/QuickStart/QuickStart.cpp
@@ -119,8 +119,8 @@ void NotifyListener( HWND hWnd )
int APIENTRY WinMain(HINSTANCE hInstance,
- HINSTANCE hPrevInstance,
- LPSTR lpCmdLine,
+ HINSTANCE /*hPrevInstance*/,
+ LPSTR /*lpCmdLine*/,
int nCmdShow)
{
// Look for -killtray argument
@@ -404,7 +404,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
}
// Mesage handler for about box.
-LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
+LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM)
{
switch (message)
{