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>
1 file changed