[win32] Fix some compilation warnings (mono/mono#15956)
authorNikolay Sivov <nsivov@codeweavers.com>
Wed, 7 Aug 2019 12:45:19 +0000 (15:45 +0300)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 7 Aug 2019 12:45:19 +0000 (14:45 +0200)
commite5b86a90e31a75ac1b0acbece6529f24645eee41
tree042e2588af35353e58542baf74f47256a99cc847
parentd383a9ac85f11d878679f21c52b8e56178a97399
[win32] Fix some compilation warnings (mono/mono#15956)

* [mini] Remove unused variable.

* [mini] Mark win32 exception handling functions static.

* [mini] Remove unused variable.

* [mini] Suppress unused function warning.

* [metadata] Fix unused function warning for Win32 build.

Commit migrated from https://github.com/mono/mono/commit/d34381f72e0a04febdb6d6ea084377d0d635e15f
src/mono/mono/metadata/threads.c
src/mono/mono/mini/exceptions-x86.c
src/mono/mono/mini/mini-x86.c