w32file-unix.c: In function 'mono_w32file_get_file_size':
authorJay Krell <jaykrell@microsoft.com>
Thu, 13 Jun 2019 08:56:33 +0000 (01:56 -0700)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:53:08 +0000 (21:53 -0500)
commitd65e167cf4e7e388deef0b4c7714bf481dec81e2
tree4979509bbef75f1f00fc86b3d69018e6bf5af557
parentbbddafb1fb2051ddf5008c470d8832a6d2f5a98e
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);
                   ^~~~~~~~~~~~~~~~~

Commit migrated from https://github.com/mono/mono/commit/bdb20ebd803c4ffa2317cdae949a4259e77ebbfd
src/mono/mono/metadata/w32file-unix.c