Hi, > May I ask if you are interested in patches that removes the compiler > warnings on Android? I have cloned the iw git under the external > folder in the android tree and everything compiles fine with "mm" but > there are a lot of warnings. Most warnings are unused-parameter and > sign-compare but also missing-field-initializers. Hm. I think -Wunused-parameter I'd prefer not to fix, since that usually ends up with something like int my_callback_function(void *ignored) { ignored = ignored; ... } or something like that? -Wsign-compare seems somewhat useful, I've just gone through that and fixed it up. I don't see anything with -Wmissing-field-initializers. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html