From: Tobias Brunner Date: Wed, 3 May 2023 08:52:14 +0000 (+0200) Subject: save-keys: Fix build with DEBUG_LEVEL < 0 X-Git-Tag: 5.9.11rc1~12^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7ea181f0d79ab3312e5e3e4cdc218f9cfccee91;p=thirdparty%2Fstrongswan.git save-keys: Fix build with DEBUG_LEVEL < 0 --- diff --git a/src/libcharon/plugins/save_keys/save_keys_listener.c b/src/libcharon/plugins/save_keys/save_keys_listener.c index 712787ac9a..9565a74f36 100644 --- a/src/libcharon/plugins/save_keys/save_keys_listener.c +++ b/src/libcharon/plugins/save_keys/save_keys_listener.c @@ -420,7 +420,7 @@ save_keys_listener_t *save_keys_listener_create() if (this->path && (this->ike || this->esp)) { - char *keys = "IKE"; + char *keys DBG_UNUSED = "IKE"; if (this->ike && this->esp) {