aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-10-17 19:23:14 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-10-17 19:23:14 +0200
commita37f4d8c45f82a8d17b830ab7a4abfb8b137b0ef (patch)
tree4d1c6911bec9a5514e90ec38cf4f64788ced32a2
parentba30ecdf73f0633259a8c64ea2e3ef2e3cbcd65a (diff)
parent1816f3a3ecf6d75f1ef9b9b3479d59b579033271 (diff)
merge
-rw-r--r--src/IO/http.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IO/http.c b/src/IO/http.c
index 195fd155..56a1b3a8 100644
--- a/src/IO/http.c
+++ b/src/IO/http.c
@@ -553,6 +553,8 @@ void a_Http_ccc(int Op, int Branch, int Dir, ChainLink *Info,
{
int SKey = VOIDP2INT(Info->LocalKey);
+ (void)Data2; /* suppress unused parameter warning */
+
dReturn_if_fail( a_Chain_check("a_Http_ccc", Op, Branch, Dir, Info) );
if (Branch == 1) {