credential-factory: Fix build with DEBUG_LEVEL < 1

This commit is contained in:
Tobias Brunner 2023-05-01 10:38:24 +02:00
parent f73d8699b3
commit b39105b5b4

View 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)
{