diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-17 17:34:06 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-17 17:34:06 +0200 |
| commit | 6f29755ab0f86f29c04a624f439ddefb37a5ba19 (patch) | |
| tree | 18277d6b610a5d4bd4bdce8cb7c2923d103c3088 /test-variables.c | |
| parent | fix doc (diff) | |
| download | libenv-6f29755ab0f86f29c04a624f439ddefb37a5ba19.tar.gz libenv-6f29755ab0f86f29c04a624f439ddefb37a5ba19.tar.bz2 libenv-6f29755ab0f86f29c04a624f439ddefb37a5ba19.tar.xz | |
Silence warnings
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | test-variables.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |
