mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
tests: Add unused annotation
The variables exist for memory management but are unused otherwise. Tag them as such.
This commit is contained in:
committed by
Benjamin Berg
parent
6d542edf8a
commit
422fc5facf
@@ -200,7 +200,7 @@ test_ssm_new_full (void)
|
||||
static void
|
||||
test_ssm_new_no_handler (void)
|
||||
{
|
||||
g_autoptr(FpiSsm) ssm = NULL;
|
||||
G_GNUC_UNUSED g_autoptr(FpiSsm) ssm = NULL;
|
||||
|
||||
g_test_expect_message (G_LOG_DOMAIN, G_LOG_LEVEL_CRITICAL,
|
||||
"*BUG:*handler*");
|
||||
@@ -211,7 +211,7 @@ test_ssm_new_no_handler (void)
|
||||
static void
|
||||
test_ssm_new_wrong_states (void)
|
||||
{
|
||||
g_autoptr(FpiSsm) ssm = NULL;
|
||||
G_GNUC_UNUSED g_autoptr(FpiSsm) ssm = NULL;
|
||||
|
||||
g_test_expect_message (G_LOG_DOMAIN, G_LOG_LEVEL_CRITICAL,
|
||||
"*BUG:*nr_states*");
|
||||
|
||||
Reference in New Issue
Block a user