[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v1] tools: convert bitfields to unsigned type
On 08.05.23 12:00, Olaf Hering wrote: Mon, 8 May 2023 11:06:11 +0200 Juergen Gross <jgross@xxxxxxxx>:- int short_summary_done:1, prealloc_unpin:1, wrmap_bf:1; + unsigned short_summary_done:1, prealloc_unpin:1, wrmap_bf:1;Please use "unsigned int" instead of a pure "unsigned".The entire file uses just 'unsigned' for bitfields. I have found 18 lines using "unsigned int" for bitfields in this file. Juergen Attachment:
OpenPGP_0xB0DE9DD628BF132F.asc Attachment:
OpenPGP_signature
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |