]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Fix compilation error on 32bit
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Tue, 10 Apr 2012 10:24:03 +0000 (06:24 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Tue, 10 Apr 2012 10:24:03 +0000 (06:24 -0400)
commit4e9bb1dffdf456282b69ab077288c9bf875b8afa
tree947774f841e8accf4f8e46cd59927190f696eec2
parenta9694a8e183e949ac198fa1b4c84dc7baf08eaf3
Fix compilation error on 32bit

Below code failed to compile on a 32 bit machine with error

typewrappers.c: In function 'libvirt_intUnwrap':
typewrappers.c:135:5: error: logical 'and' of mutually exclusive tests is always false [-Werror=logical-op]
cc1: all warnings being treated as errors

The patch fixes this error.
python/typewrappers.c