From 6f29755ab0f86f29c04a624f439ddefb37a5ba19 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 17 May 2026 17:34:06 +0200 Subject: Silence warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- test-variables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-variables.c') diff --git a/test-variables.c b/test-variables.c index 0049aad..c8c3ea7 100644 --- a/test-variables.c +++ b/test-variables.c @@ -46,7 +46,7 @@ main(void) size_t count1 = 0, count2 = 1, count; size_t i, j; - assert(vars = libenv_get_complete_list(NULL, NULL)); + assert((vars = libenv_get_complete_list(NULL, NULL))); assert(vars == libenv_get_complete_list(&nclasswords1, NULL)); assert(vars == libenv_get_complete_list(NULL, &count1)); assert(vars == libenv_get_complete_list(&nclasswords2, &count2)); -- cgit v1.2.3-70-g09d2