threads.c:6403:6: warning: 'current_idx' may be used uninitialized in this function...
commite94887a18ce1c0e0b6d240bd111a15ada01982d8
authorJay Krell <jaykrell@microsoft.com>
Thu, 13 Jun 2019 08:41:30 +0000 (13 01:41 -0700)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:53:08 +0000 (17 21:53 -0500)
tree4c9e1e4e70d250fd4e5f3740f3db767ad22853cd
parent67680a2e81a5da19750fe0f0442fb02b905b2629
threads.c:6403:6: warning: 'current_idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (i == current_idx)
      ^
threads.c:6549:6: note: 'current_idx' was declared here
  int current_idx;
      ^~~~~~~~~~~
mono/metadata/threads.c