w32handle.c: In function 'mono_w32handle_wait_multiple':
authorJay Krell <jaykrell@microsoft.com>
Thu, 13 Jun 2019 08:32:04 +0000 (01:32 -0700)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:53:08 +0000 (21:53 -0500)
commit0a86e227273f448eb7e9b86ada34583dd7632f54
tree04eab26cbf62c7da410f00f95c3cd2523729b23a
parentc1b9e37c38d63710135ecc5f66d4258eae18f941
w32handle.c: In function 'mono_w32handle_wait_multiple':
w32handle.c:1146:13: warning: 'start' may be used uninitialized in this function [-Wmaybe-uninitialized]
     elapsed = mono_msec_ticks () - start;
     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~

Commit migrated from https://github.com/mono/mono/commit/54366ee658c62f2eb49863450a4110ca1db8c109
src/mono/mono/metadata/w32handle.c