On Thu, Nov 3, 2016 at 5:59 AM, Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> wrote: > Generally, we won't be interested by the warnings from this flag, > but we can always explicitly ask for them if needed. I don't want to disable it by default. I think default should be on so that we can collect test case and prepare to add them later one. I would much rather see a patch to make those attribute parsed eventually. I think gcc or clang should have a collection of all the attribute stash some where. I haven't take a closer look myself. Most of the attribute are trivial to parse correctly. We should have some thing like empty_int_attribute instead of blindly ignore them. Also ideally the attribute should be a list instead of member in the ctype structure. Most of the symbol has at most one attribute any way. That is a much bigger change though. Chris -- 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