Hi, Is there a way to let sparse avoid emitting warnings like: symbol 'X' was not declared. Should it be static? for global methods that are only accessed from assembly files? The reason is that a declaration for such methods - which are usually bootstrap ones - can given the false impression of being used by some C code 'somewhere'. Unfortunately the current `-Wno-decl' solution is a bit extreme: it turns off a very useful sparse feature (by design). Thanks, -- Darwish http://darwish.07.googlepages.com -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html