Merge pull request #2353 from kraj/clang

mark variable with unused attribute for Clang 15
This commit is contained in:
matt335672 2022-09-06 09:29:35 +01:00 committed by GitHub
commit c3585adaa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ check_timeout(void)
struct timeout_obj *temp_tobj;
int count;
tui32 now;
UNUSED_VAR(count);
LOG_DEVEL(LOG_LEVEL_DEBUG, "check_timeout:");
count = 0;
tobj = g_timeout_head;