Page MenuHomeFreeBSD

libthr: avoid gcc -Wcast-function-type
ClosedPublic

Authored by rlibby on Jul 1 2024, 4:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 5, 8:26 AM
Unknown Object (File)
Wed, Aug 5, 3:09 AM
Unknown Object (File)
Mon, Jul 27, 4:48 PM
Unknown Object (File)
Sat, Jul 25, 10:01 PM
Unknown Object (File)
Fri, Jul 24, 8:37 PM
Unknown Object (File)
Jul 19 2026, 5:42 PM
Unknown Object (File)
Jul 18 2026, 1:57 AM
Unknown Object (File)
Jul 5 2026, 3:51 AM
Subscribers

Details

Summary

The actual types of pthread_func_t and interpos_func_t are not used.
Declare them as the generic void (*)(void) which suppresses warnings.

https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcast-function-type

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable