]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix libvirt_proxy.c warnings from gcc-4.4
authorMark McLoughlin <markmc@redhat.com>
Fri, 13 Feb 2009 19:11:37 +0000 (19:11 +0000)
committerMark McLoughlin <markmc@redhat.com>
Fri, 13 Feb 2009 19:11:37 +0000 (19:11 +0000)
commit6d69d5eac3cb3fdbf173b234a8a7b6679ad11155
tree4cfca1b5bba1b55decc3e59e8cf037524a30b40d
parent9fec27be4987d620bc3662a53b8a233732e682c5
 Fix libvirt_proxy.c warnings from gcc-4.4

 libvirt_proxy.c: In function 'proxyReadClientSocket':
 libvirt_proxy.c:659: error: dereferencing pointer 'req' does break strict-aliasing rules
 libvirt_proxy.c:657: error: dereferencing pointer 'req' does break strict-aliasing rules
 libvirt_proxy.c:655: error: dereferencing pointer 'req' does break strict-aliasing rules
 ...
ChangeLog
proxy/libvirt_proxy.c