]> xenbits.xensource.com Git - libvirt.git/commit
errcode is typedef by mingw, rename an argument name
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Wed, 25 Jan 2012 20:13:21 +0000 (21:13 +0100)
committerEric Blake <eblake@redhat.com>
Wed, 25 Jan 2012 21:49:24 +0000 (14:49 -0700)
commit75d3612ef8a6dba6d95fa38cb4ed0446710cfee3
treeaa66a5cad5798bf9178845f4c15a7c8877063526
parent5f1767e84526d62ff0478f1c2ebb54e62c108622
errcode is typedef by mingw, rename an argument name

Fixes the following warning:
util/virterror.c:1242:31: warning: declaration of 'errcode' shadows a global declaration [-Wshadow]
src/util/virterror.c