Really minor, but with 1.12 I started seeing warnings for qthread_tos and qthread_bos saying: ```sh src/qthread.c:1885:1: warning: ‘visibility’ attribute ignored on non-class types [-Wattributes] ``` Looks like visibility specifiers are supposed to go before the return type: - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41942 - https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html#Attribute-Syntax