intrinsics.c: In function 'mini_emit_inst_for_method':
authorJay Krell <jaykrell@microsoft.com>
Thu, 13 Jun 2019 09:09:58 +0000 (02:09 -0700)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:53:08 +0000 (21:53 -0500)
commitca6258df8db9c968f75f62e9dad7107eec01bd54
treeb309d78e8b81ebccc78610cbcf3c7bf35f8a743a
parent1261a355f210b14a77ae661777d132b0ff486848
intrinsics.c: In function 'mini_emit_inst_for_method':
intrinsics.c:1580:11: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
     *dest = result;
     ~~~~~~^~~~~~~~

Commit migrated from https://github.com/mono/mono/commit/9c70b53cc39bd1347ed714e7a2e567a0c761246a
src/mono/mono/mini/intrinsics.c