sec-updater: Fix build with DEBUG_LEVEL < 1
This commit is contained in:
@@ -173,7 +173,7 @@ static bool update_database(database_t *db, char *package, char *version,
|
||||
while (e->enumerate(e, &vid, &release, &sec_flag))
|
||||
{
|
||||
char command[BUF_LEN];
|
||||
char found_char = ' ';
|
||||
char found_char DBG_UNUSED = ' ';
|
||||
bool update_version = FALSE;
|
||||
|
||||
if (streq(version, release))
|
||||
|
||||
Reference in New Issue
Block a user