os-event-unix.c: In function 'mono_os_event_wait_multiple':
authorJay Krell <jaykrell@microsoft.com>
Thu, 13 Jun 2019 08:49:29 +0000 (01:49 -0700)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:53:08 +0000 (21:53 -0500)
commit102bf285e1d0094f490ef7b3b26dfa0c3352eda2
treec9ea682ce1faec19426f1e4dc4c368020f658fcd
parentb620f9344ad643131d6b346b36f6011e7709ade7
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;
    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~

Commit migrated from https://github.com/mono/mono/commit/bc5d1a48d802fff39383f54b601d9e5fdab6a1df
src/mono/mono/utils/os-event-unix.c