On Sunday, May 20, 2012 16:55:38 Sven Eckelmann wrote:
gcc doesn't support the inlining of functions using vararg. Sparse fails to build the source when having such functions marked using the keyword "inline".
This problem was introduced in 3b896e321c49e3cbbfd540f537c007db883c3900
Signed-off-by: Sven Eckelmann sven@narfation.org
I've decided that we should it revert for now and hope for a better solution in the future. The old patch didn't worked at all for .._DEBUG=y all builds.
bat_debugfs.c | 5 ++++- main.h | 39 +++++++++++++-------------------------- 2 files changed, 17 insertions(+), 27 deletions(-)
Applied in revision dfacdc0.
Thanks, Marek