commit | ed2cbf74446b008f9de526a50e4b06265635120c | [log] [tgz] |
---|---|---|
author | Lei Li <lilei@linux.vnet.ibm.com> | Mon Jan 28 12:49:09 2013 +0800 |
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | Mon Mar 11 18:53:46 2013 -0500 |
tree | 2ffd7995ae6d5245dc7635b46e321d3e92658e15 | |
parent | fe3cc14fd83e0c8f376d849ccd0fc3433388442d [diff] |
qga: cast to int for DWORD type This patch fixes a compiler warning when cross-build: qga/service-win32.c: In function 'printf_win_error': qga/service-win32.c:32:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'DWORD' [-Wformat] Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>