1
0
forked from aniani/vim

patch 8.2.5077: various warnings from clang on MS-Windows

Problem:    Various warnings from clang on MS-Windows.
Solution:   Avoid the warnings. (Yegappan Lakshmanan, closes #10553)
This commit is contained in:
Yegappan Lakshmanan
2022-06-11 10:43:26 +01:00
committed by Bram Moolenaar
parent 2e7cba347f
commit a34b4460c2
7 changed files with 24 additions and 18 deletions

View File

@@ -2355,11 +2355,11 @@ theend:
* worth allowing these to make debugging of issues easier.
*/
static void
bad_param_handler(const wchar_t *expression,
const wchar_t *function,
const wchar_t *file,
unsigned int line,
uintptr_t pReserved)
bad_param_handler(const wchar_t *expression UNUSED,
const wchar_t *function UNUSED,
const wchar_t *file UNUSED,
unsigned int line UNUSED,
uintptr_t pReserved UNUSED)
{
}