Il 24/06/2013 19:48, Stefan Weil ha scritto: > Hi Alex, > > this mini series fixes the remaining compiler warnings in > my w32/w64 cross build environment on Debian wheezy. > > [PATCH 1/3] spapr: Use named enum for function remove_hpte > [PATCH 2/3] spapr: Fix compiler warning for some versions of gcc > [PATCH 3/3] spapr: Fix compiler warning for some versions of gcc > > The modifications are nearly trivial, but this time it would > be better if you could apply them to your patch queue.
I think these patches are a bit backwards. The right fix is just to use abort() instead of assert(0). Paolo