From: Tobias Brunner Date: Wed, 3 May 2023 10:16:15 +0000 (+0200) Subject: forecast: Fix build with DEBUG_LEVEL < 2 X-Git-Tag: 5.9.11rc1~12^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86aa454c882a0668d95b06b93dfa102538e6995c;p=thirdparty%2Fstrongswan.git forecast: Fix build with DEBUG_LEVEL < 2 --- diff --git a/src/libcharon/plugins/forecast/forecast_forwarder.c b/src/libcharon/plugins/forecast/forecast_forwarder.c index 0fd199b36d..e1c5ae4651 100644 --- a/src/libcharon/plugins/forecast/forecast_forwarder.c +++ b/src/libcharon/plugins/forecast/forecast_forwarder.c @@ -162,7 +162,7 @@ CALLBACK(receive_casts, bool, struct iphdr hdr; char data[2048]; } buf; - char *type; + char *type DBG_UNUSED; ssize_t len; u_int mark, origin = 0; host_t *src, *dst;