Le jeudi 06 janvier 2011 Ã 09:08 -0300, Davidlohr Bueso a Ãcrit : > +static void __attribute__((__noreturn__)) usage() Please do not declare function without parameter like this. Such definition allows any number of argument to be given to the function call. Use 'void' in the declaration. (Sorry to be late about this patch). Regards. -- Yann Droneaud -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html