[libvirt] [PATCH V6 1/3] Add a class for file descriptor sets

Stefan Berger stefanb at linux.vnet.ibm.com
Sat Feb 16 00:43:17 UTC 2013


On 02/15/2013 04:49 PM, Eric Blake wrote:
> On 02/14/2013 05:00 AM, Stefan Berger wrote:
>> +
>> +    *num = fdset->nextfdset;
>> +
>> +    if (virHashAddEntry(fdset->aliasToFdSet, alias, num) < 0) {
> virHashAddEntry(fdset->aliasToFdSet, alias, (void*)fdset->nextfdset);

May have to cast this to a long on 64bit machines first.

util/virfdset.c: In function 'virFdSetNextSet':
util/virfdset.c:98:25: error: cast to pointer from integer of different 
size [-Werror=int-to-pointer-cast]
util/virfdset.c:95:35: error: unused parameter 'fdsetnum' 
[-Werror=unused-parameter]

Not nice.




More information about the libvir-list mailing list