credential-factory: Fix build with DEBUG_LEVEL < 1
Newer versions of clang complain here.
This commit is contained in:
@@ -117,7 +117,7 @@ METHOD(credential_factory_t, create, void*,
|
|||||||
entry_t *entry;
|
entry_t *entry;
|
||||||
va_list args;
|
va_list args;
|
||||||
void *construct = NULL;
|
void *construct = NULL;
|
||||||
int failures = 0;
|
int failures DBG_UNUSED = 0;
|
||||||
uintptr_t level;
|
uintptr_t level;
|
||||||
enum_name_t *names DBG_UNUSED;
|
enum_name_t *names DBG_UNUSED;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user