1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-20 07:28:20 +00:00
Lasse Collin f2d084fe3f Tests: Silence warnings about unused functions from tuktest.h.
Warnings about unused tuktest_run_test conveniently tell which
test programs haven't been converted to tuktest.h yet but I
silenced that warning too for now anyway.

It is fine to use __attribute__((__unused__)) even when the
function is actually used because the attribute only means
that the function might be unused.
2022-09-09 14:12:30 +03:00
..
2022-07-14 19:37:42 +03:00
2022-06-16 17:39:59 +03:00