libimcv: Fix build with DEBUG_LEVEL < 3

This commit is contained in:
Tobias Brunner
2023-05-08 17:32:17 +02:00
parent 522bd965d1
commit 0841280cdd
28 changed files with 153 additions and 144 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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;