commit | a511f9091f5b8929629cec9c33be7d3309f4c832 | [log] [tgz] |
---|---|---|
author | Kirill Makurin <maiddaisuki@outlook.com> | Tue Apr 22 13:40:32 2025 +0900 |
committer | LIU Hao <lh_mouse@126.com> | Thu May 08 18:33:30 2025 +0800 |
tree | a8d77088fdc6b65a56ac566735b82bfa260839b4 | |
parent | f9799b4ff03c5a5945f13ddc27cb1fd8db9ac7f3 [diff] |
winpthreads: disable -Wprio-ctor-dtor warning in misc.c Usage of __attribute__((constructor(0))) triggers -Wprio-ctor-dtor warning. Temporary disable this warning with `#pragma GCC diagnostic`. Signed-off-by: Kirill Makurin <maiddaisuki@outlook.com> Signed-off-by: LIU Hao <lh_mouse@126.com>