On Thursday 24 May 2007 1:47 pm, Arjan van de Ven wrote: > Rob Landley wrote: > > If the compiler can emit a warning "inline insanely large", we can use that to > > fix it. But a warning is not the same as silently doing something other than > > what we told it to do. > > It's not silent! that's what "inline" without the force is for! > Once you force it you shut the warning up!!!!
So presumably, a debug option could #define __always_inline to just "inline" in order to get warning messages to look at? Rob - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/