INTEGRATION: CWS warnings01 (1.6.110); FILE MERGED

2006/03/10 15:34:09 pl 1.6.110.1: #i55991# removed warnings for windows platform
This commit is contained in:
Jens-Heiner Rechtien 2006-06-20 04:01:42 +00:00
parent cb4ffc9c20
commit 061a23cdc1

View file

@ -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)
{