if pcre is not avaible the UNUSED(regex) tries to tag a non-existent parameter
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@615 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.2
parent
30e094f8d2
commit
9a2e653557
|
@ -119,7 +119,6 @@ int excludes_buffer_append(excludes_buffer *exb, buffer *string) {
|
|||
#else
|
||||
UNUSED(exb);
|
||||
UNUSED(string);
|
||||
UNUSED(regex);
|
||||
|
||||
return -1;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue