sec-updater: Fix build with DEBUG_LEVEL < 1

This commit is contained in:
Tobias Brunner 2023-05-02 14:16:02 +02:00
parent 8e78d9fcec
commit 21f01808ff

View File

@ -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))