|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Fix variadic formatting in blktap2 breaking xen-unst
Hi,
Building the tip of xen-unstable breaks, at least on x86_32 due to
warnings being treated as errors with gcc 4.1
The problem is variadic formatting, uint64_t is unsigned long long, yet
in several places in blktap2 it was formatted as unsigned long.
The attached patch fixes it.
I'm not sure where this was introduced, I just pulled the xen-unstable
tip 15 minutes ago and noticed it.
Cheers,
--Tim
fix-xen-unstable-build-blktap2.patch
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH] Fix variadic formatting in blktap2 breaking xen-unstable building on x86_32,
Tim Post <=
|
|
|
|
|