os-event-unix.c: In function 'mono_os_event_wait_multiple':
commitbc5d1a48d802fff39383f54b601d9e5fdab6a1df
authorJay Krell <jaykrell@microsoft.com>
Thu, 13 Jun 2019 08:49:29 +0000 (13 01:49 -0700)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:53:08 +0000 (17 21:53 -0500)
tree1f5615274336b7e95baf8f08f2a67f121f5982e7
parent96129ba873ef4a31212a90be8f3137f39f9ead56
os-event-unix.c: In function 'mono_os_event_wait_multiple':
os-event-unix.c:195:12: warning: 'start' may be used uninitialized in this function [-Wmaybe-uninitialized]
    elapsed = mono_msec_ticks () - start;
    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mono/utils/os-event-unix.c