libimcv: Fix build with DEBUG_LEVEL < 3
This commit is contained in:
@@ -121,7 +121,7 @@ METHOD(pa_tnc_attr_t, build, void,
|
||||
METHOD(pa_tnc_attr_t, process, status_t,
|
||||
private_generic_attr_bool_t *this, uint32_t *offset)
|
||||
{
|
||||
enum_name_t *pa_attr_names;
|
||||
enum_name_t *pa_attr_names DBG_UNUSED;
|
||||
bio_reader_t *reader;
|
||||
uint32_t status;
|
||||
|
||||
|
||||
@@ -96,7 +96,7 @@ METHOD(pa_tnc_attr_t, build, void,
|
||||
METHOD(pa_tnc_attr_t, process, status_t,
|
||||
private_generic_attr_chunk_t *this, uint32_t *offset)
|
||||
{
|
||||
enum_name_t *pa_attr_names;
|
||||
enum_name_t *pa_attr_names DBG_UNUSED;
|
||||
*offset = 0;
|
||||
|
||||
if (this->value.len < this->length)
|
||||
|
||||
@@ -91,7 +91,7 @@ METHOD(pa_tnc_attr_t, build, void,
|
||||
METHOD(pa_tnc_attr_t, process, status_t,
|
||||
private_generic_attr_string_t *this, uint32_t *offset)
|
||||
{
|
||||
enum_name_t *pa_attr_names;
|
||||
enum_name_t *pa_attr_names DBG_UNUSED;
|
||||
u_char *pos;
|
||||
*offset = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user