START lib/libc/qsort 2024-11-21T22:05:48Z ==== qsort-regress ==== cc -O2 -pipe -Wall -MD -MP -c /usr/src/regress/lib/libc/qsort/qsort_test.c /usr/src/regress/lib/libc/qsort/qsort_test.c:577:2: warning: variable 'ret' set but not used [-Wunused-but-set-variable] TEST_SIMPLE(d, n, x, y, z); ^ /usr/src/regress/lib/libc/qsort/qsort_test.c:555:9: note: expanded from macro 'TEST_SIMPLE' int i, ret = 0; \ ^ /usr/src/regress/lib/libc/qsort/qsort_test.c:589:2: warning: variable 'ret' set but not used [-Wunused-but-set-variable] TEST_SIMPLE(d, n, x, y, z); ^ /usr/src/regress/lib/libc/qsort/qsort_test.c:555:9: note: expanded from macro 'TEST_SIMPLE' int i, ret = 0; \ ^ /usr/src/regress/lib/libc/qsort/qsort_test.c:601:2: warning: variable 'ret' set but not used [-Wunused-but-set-variable] TEST_SIMPLE(d, n, x, y, z); ^ /usr/src/regress/lib/libc/qsort/qsort_test.c:555:9: note: expanded from macro 'TEST_SIMPLE' int i, ret = 0; \ ^ 3 warnings generated. cc -O2 -pipe -Wall -MD -MP -c /usr/src/regress/lib/libc/qsort/antiqsort.c cc -o qsort_test qsort_test.o antiqsort.o ./qsort_test PASS lib/libc/qsort Duration 0m03.67s