In file included from ../../mono/eglib/glib.h:45:0,
commit96129ba873ef4a31212a90be8f3137f39f9ead56
authorJay Krell <jaykrell@microsoft.com>
Thu, 13 Jun 2019 08:47:52 +0000 (13 01:47 -0700)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:53:08 +0000 (17 21:53 -0500)
treed7e8c36d83fe349656255c83fc0d7f2536a374a1
parentfaadb64774f9db09b2e026c43e3682b9268d9a25
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;
                   ^~~~
mono/utils/os-event-unix.c