Skip to content

Commit

Permalink
Mark unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Dec 7, 2024
1 parent b3191b9 commit 4411fbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ test_new_config_with_no_error_ptr_calls_assert(void **state) {

static void
flog_config_new_alloc_fails(void **state) {
UNUSED(state);

FlogError error = TEST_ERROR;
MOCK_ARGS(
TEST_PROGRAM_NAME,
Expand Down

0 comments on commit 4411fbc

Please sign in to comment.