credential-factory: Fix build with DEBUG_LEVEL < 1

Newer versions of clang complain here.
This commit is contained in:
Tobias Brunner 2025-01-10 16:30:44 +01:00
parent 227d7ef9a2
commit 4cf0a5b631

View File

@ -117,7 +117,7 @@ METHOD(credential_factory_t, create, void*,
entry_t *entry;
va_list args;
void *construct = NULL;
int failures = 0;
int failures DBG_UNUSED = 0;
uintptr_t level;
enum_name_t *names DBG_UNUSED;