util/oslib-win32: Fix compiling with Clang from MSYS2
commitc5b5288c3da9c7728b2d10b577bc31beb231fb8a
authorThomas Huth <thuth@redhat.com>
Fri, 28 Jul 2023 14:27:45 +0000 (28 16:27 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 3 Aug 2023 11:04:35 +0000 (3 13:04 +0200)
tree24c8675d62d73ca4990f62ac68222384bcd4be84
parentfb695ae3fdfe34ce7bf2eaa4595d48ca809c8841
util/oslib-win32: Fix compiling with Clang from MSYS2

Clang complains:

../util/oslib-win32.c:483:56: error: omitting the parameter name in a
 function definition is a C2x extension [-Werror,-Wc2x-extensions]
win32_close_exception_handler(struct _EXCEPTION_RECORD*,
                                                       ^
Fix it by adding parameter names.

Message-Id: <20230728142748.305341-4-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
util/oslib-win32.c