[openib-general] [PATCH 24 of 28] IB/mthca - Fix compiler warnings with gcc4 on possible unitialized variables

Jeremy Fitzhardinge jeremy at goop.org
Thu Sep 28 13:46:19 PDT 2006


Roland Dreier wrote:
> NAK -- I don't want to generate worse code to fix a compiler warning
> false positive.
>   

Maybe we should have a "make defined" operation for this kind of thing:

    #define DEFVALUE(x)   asm("" : "=rm" (x))

Which is pretty ugly, I admit...

    J




More information about the general mailing list