On Wed, Jan 16, 2013 at 03:53:23PM +0100, Max Horn wrote: > -#ifdef __GNUC__ > +#if defined(__GNUC__) && ! defined(__clang__) > #define config_error_nonbool(s) (config_error_nonbool(s), -1) > #endif You don't say what the warning is, but I'm guessing it's complaining about throwing away the return value from config_error_nonbool? -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html