summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-12-23 11:21:54 +0100
committerFabiano FidĂȘncio <fidencio@redhat.com>2015-01-02 13:49:05 +0100
commit719352e6087e9fc0233f98466a079bc8b86d24ef (patch)
treea9bbfc4a2d0005e7956572bd10dea71d876a4d77 /data
parentca1dac5ba91aea61b8665fb7e793f27de6c2d38c (diff)
downloadvirt-viewer-719352e6087e9fc0233f98466a079bc8b86d24ef.tar.gz
virt-viewer-719352e6087e9fc0233f98466a079bc8b86d24ef.tar.xz
virt-viewer-719352e6087e9fc0233f98466a079bc8b86d24ef.zip
win: Use correct format string for intptr_t
Using %d as a format-specifier for intptr_t causes a warning with mingw64: virt-viewer-events.c: In function 'virt_viewer_events_add_handle': virt-viewer-events.c:103:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'intptr_t' [-Wformat=] g_debug("Converted fd %d to handle %d", fd, _get_osfhandle(fd));
Diffstat (limited to 'data')
0 files changed, 0 insertions, 0 deletions