[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] libxl: build fix
Christoph Egger writes ("[Xen-devel] libxl: build fix"): > Attached patch makes libxl build again on NetBSD. > > The build error is: > warning: array subscript has type 'char' > Note, that we compile libxl with -Werror This patch is an improvement. But the correct approach is to cast to unsigned char, not uint8_t. (In the context of Xen this doesn't matter since our unsigned chars are all uint8_t anyway.) Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |