In file included from object.c:40:0:
authorJay Krell <jaykrell@microsoft.com>
Thu, 13 Jun 2019 08:58:12 +0000 (01:58 -0700)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:53:08 +0000 (21:53 -0500)
commit0fa0784f3a3256df9f3a353ff38a92a06d6de43e
tree6a4d9632cfcbfb5b71428695496cf7e9dde0738a
parentd65e167cf4e7e388deef0b4c7714bf481dec81e2
In file included from object.c:40:0:
object.c: In function 'mono_class_proxy_vtable':
../../mono/metadata/profiler-private.h:191:4: warning: 'pvt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    mono_profiler_raise_ ## name args; \
    ^~~~~~~~~~~~~~~~~~~~
object.c:2338:19: note: 'pvt' was declared here
  MonoVTable *vt, *pvt;
                   ^~~

Commit migrated from https://github.com/mono/mono/commit/452209414ea9f9863758e63c4d0307572e45f755
src/mono/mono/metadata/object.c