>>>>> "Andrew" == Andrew John Hughes <[EMAIL PROTECTED]> writes:
Andrew> I'm committing the attached patch which fixes the -Werror Andrew> build of the new VMURLConnection code. Unused parameters are Andrew> now marked as such. Thanks. And, sorry for not noticing this. Andrew> This also entails changing the check_jni_methods Andrew> script slightly, so that one declaration in the header file matches Andrew> up with an arbitrary number in the implementation (as there Andrew> are now two function declarations, one when MAGIC.H is present Andrew> and one when not). How about just using __attribute__((unused)) like we do elsewhere? This is fine to use even if the argument really is used; it really means "might be unused". Tom
