On Thu, 2012-08-23 at 14:05 +0200, Jan Engelhardt wrote: > The current use of "inline" is to shut up the compiler, otherwise gcc > would emit a warning about "function declared but not used". Don't we have __maybe_unused for that? -- dwmw2