On Fri, Jan 18, 2019 at 09:57:19 +0000, Daniel Berrange wrote:
On Fri, Jan 18, 2019 at 08:44:02AM +0100, Peter Krempa wrote:
> GCC was unhappy about comparison between two distinct enum types. Use
> the correct value instead.
It is nice to see that GCC is actually intelligent enough to catch
this kind of mistake these days !
Yes, I'm surprised as well. It's actually ironic since I started using
clang just for this series as it was also finding some problems noted by
Jano. Now I've configured vpath for both compilers, just to be sure.