From: Tobias Brunner Date: Wed, 3 May 2023 10:22:05 +0000 (+0200) Subject: eap-dynamic: Fix build with DEBUG_LEVEL < 2 X-Git-Tag: 5.9.11rc1~12^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d3967cb4cc0ce73ab437bee16c0ae1c7b1e4e47;p=thirdparty%2Fstrongswan.git eap-dynamic: Fix build with DEBUG_LEVEL < 2 --- diff --git a/src/libcharon/plugins/eap_dynamic/eap_dynamic.c b/src/libcharon/plugins/eap_dynamic/eap_dynamic.c index 5ecb187f70..40c1456c3c 100644 --- a/src/libcharon/plugins/eap_dynamic/eap_dynamic.c +++ b/src/libcharon/plugins/eap_dynamic/eap_dynamic.c @@ -118,7 +118,7 @@ static void select_method(private_eap_dynamic_t *this) { eap_vendor_type_t *entry; linked_list_t *outer = this->types, *inner = this->other_types; - char *who = "peer"; + char *who DBG_UNUSED = "peer"; if (this->other_types && this->prefer_peer) {