summaryrefslogtreecommitdiff
path: root/test cases/common/94 threads
AgeCommit message (Collapse)Author
2023-04-03tests/94 threads: fix build error with clang 16Christoph Reiter
It fails with "incompatible-function-pointer-types" otherwise
2022-12-27tests: fix test that has source code incompatible with modern CEli Schwartz
Delayed until clang 16, -Werror=incompatible-function-pointer-types is the default. GCC 14 is "likely to do the same". See https://wiki.gentoo.org/wiki/Modern_C_porting
2021-04-26Condense test directory names.Jussi Pakkanen