X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=cgiedit.c;h=b346e8ee7c00d90f2a915e4da7dd869d10cd7e39;hb=6025a6d59fde1b949d1ff10d6b25ece414194781;hp=0f041699242ebab2688c31b311aa1ea4ef616b2b;hpb=44e93e6343f9fe1deb9ad4852683fe5ca8e9a01b;p=privoxy.git diff --git a/cgiedit.c b/cgiedit.c index 0f041699..b346e8ee 100644 --- a/cgiedit.c +++ b/cgiedit.c @@ -1,4 +1,4 @@ -const char cgiedit_rcs[] = "$Id: cgiedit.c,v 1.62 2008/08/31 15:59:02 fabiankeil Exp $"; +const char cgiedit_rcs[] = "$Id: cgiedit.c,v 1.63 2008/12/04 18:15:38 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgiedit.c,v $ @@ -42,6 +42,9 @@ const char cgiedit_rcs[] = "$Id: cgiedit.c,v 1.62 2008/08/31 15:59:02 fabiankeil * * Revisions : * $Log: cgiedit.c,v $ + * Revision 1.63 2008/12/04 18:15:38 fabiankeil + * Fix some cparser warnings. + * * Revision 1.62 2008/08/31 15:59:02 fabiankeil * There's no reason to let remote toggling support depend * on FEATURE_CGI_EDIT_ACTIONS, so make sure it doesn't. @@ -2637,6 +2640,7 @@ jb_err cgi_edit_actions(struct client_state *csp, struct http_response *rsp, const struct map *parameters) { + (void)parameters; if (0 == (csp->config->feature_flags & RUNTIME_FEATURE_CGI_EDIT_ACTIONS)) {