mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
credential-factory: Fix build with DEBUG_LEVEL < 1
Newer versions of clang complain here.
This commit is contained in:
parent
227d7ef9a2
commit
4cf0a5b631
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user