w32file-unix.c: In function 'mono_w32file_get_file_size':
commitbdb20ebd803c4ffa2317cdae949a4259e77ebbfd
authorJay Krell <jaykrell@microsoft.com>
Thu, 13 Jun 2019 08:56:33 +0000 (13 01:56 -0700)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:53:08 +0000 (17 21:53 -0500)
tree2eeefec98a3134920847a3451ddc6fd0980f2465
parent457d0f02c5a39c268394f09d8f545db6123d4ae7
w32file-unix.c: In function 'mono_w32file_get_file_size':
w32file-unix.c:4994:19: warning: 'length_hi' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return length | ((gint64)length_hi << 32);
                   ^~~~~~~~~~~~~~~~~
mono/metadata/w32file-unix.c