Elia Pinto <gitter.spi...@gmail.com> writes: > +int curl_trace(CURL *handle, curl_infotype type, char *data, size_t size, > void *userp) > +{ > + const char *text; > + (void)handle; /* prevent compiler unused parameter warning if > checked */ > + (void)userp; /* prevent compiler unused parameter warning if > checked */ > + int nopriv = 0; /*
This decl-after-statment breaks our build. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html