Re: [Qemu-devel] [PATCH] qtest/ahci: Fix clang 3.5.0 error
17.03.2015 23:58, John Snow wrote: > A thinko that clang 3.5.0 caught. > Thankfully does not introduce any new failures. Applied to trivial, changing subject to the one suggested by Markus. Thanks, /mjt
[Qemu-devel] [PATCH] qtest/ahci: Fix clang 3.5.0 error
A thinko that clang 3.5.0 caught. Thankfully does not introduce any new failures. Signed-off-by: John Snow --- tests/ahci-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ahci-test.c b/tests/ahci-test.c index cf0b98b..169e83b 100644 --- a/tests/ahci-test.c +++ b/t