diff options
-rw-r--r-- | src/IO/http.c | 2 |
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) { |