mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.1.2064: MS-Windows: compiler warnings for unused arguments
Problem: MS-Windows: compiler warnings for unused arguments. Solution: Add UNUSED. (Yegappan Lakshmanan, closes #4963)
This commit is contained in:
@@ -272,7 +272,7 @@ mch_input_isatty(void)
|
||||
void
|
||||
mch_settitle(
|
||||
char_u *title,
|
||||
char_u *icon)
|
||||
char_u *icon UNUSED)
|
||||
{
|
||||
# ifdef FEAT_GUI_MSWIN
|
||||
# ifdef VIMDLL
|
||||
@@ -1164,7 +1164,7 @@ AbortProc(HDC hdcPrn UNUSED, int iCode UNUSED)
|
||||
PrintHookProc(
|
||||
HWND hDlg, // handle to dialog box
|
||||
UINT uiMsg, // message identifier
|
||||
WPARAM wParam, // message parameter
|
||||
WPARAM wParam UNUSED, // message parameter
|
||||
LPARAM lParam // message parameter
|
||||
)
|
||||
{
|
||||
|
Reference in New Issue
Block a user