]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
credential-factory: Fix build with DEBUG_LEVEL < 1
authorTobias Brunner <tobias@strongswan.org>
Mon, 1 May 2023 08:38:24 +0000 (10:38 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 8 May 2023 12:06:43 +0000 (14:06 +0200)
src/libstrongswan/credentials/credential_factory.c

index 36e6995c7dfea961ead6fcb8c9b9806fab0a0830..c46ca580254f2b59bc6ebc1f5c953a11d7f6ba0e 100644 (file)
@@ -119,7 +119,7 @@ METHOD(credential_factory_t, create, void*,
        void *construct = NULL;
        int failures = 0;
        uintptr_t level;
-       enum_name_t *names;
+       enum_name_t *names DBG_UNUSED;
 
        switch (type)
        {