In file included from ../../mono/eglib/glib.h:45:0,
authorJay Krell <jaykrell@microsoft.com>
Thu, 13 Jun 2019 08:47:52 +0000 (01:47 -0700)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:53:08 +0000 (21:53 -0500)
commitb620f9344ad643131d6b346b36f6011e7709ade7
tree88e5e9e77c350f776842beab50afb60ec575be5f
parent41786a43688a48e5117f278faae1b66b20940d86
In file included from ../../mono/eglib/glib.h:45:0,
                 from os-event.h:9,
                 from os-event-unix.c:11:
../../mono/eglib/eglib-remap.h:146:25: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #define g_ptr_array_add monoeg_g_ptr_array_add
                         ^~~~~~~~~~~~~~~~~~~~~~
os-event-unix.c:121:19: note: 'data' was declared here
  OSEventWaitData *data;
                   ^~~~

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