mono-mmap.c: In function 'mono_file_map_error':
authorJay Krell <jaykrell@microsoft.com>
Thu, 13 Jun 2019 08:25:57 +0000 (01:25 -0700)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:53:08 +0000 (21:53 -0500)
commit93deab024e74b70615e499a61145a0c5b4f740d0
tree6c5fa9f5368231664f9bf54cc7f9d3ee309e67db
parent2638ed6252879098969f814077884ed989bc4270
mono-mmap.c: In function 'mono_file_map_error':
mono-mmap.c:401:82: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'guint64 {aka long unsigned int}' [-Wformat=]
    *error_message = g_strdup_printf ("%s failed file:%s length:0x%zX offset:0x%lluX error:%s(0x%X)\n",

Commit migrated from https://github.com/mono/mono/commit/404a03b87e92eeb500d68c55465248737d609d9d
src/mono/mono/utils/mono-mmap.c