GerHobbelt / pthread-win32

clone of pthread-win32 (a.k.a. pthreads4w) + local tweaks (including MSVC2008 - MSVC2022 project files)
Other
350 stars 166 forks source link

Add VS 2022 version; #19

Closed wangzhione closed 2 years ago

wangzhione commented 2 years ago

ignore C4127, pthread_cleanup_pop(1 / always call cleanup handler /); if (1 == 1) { } (X -> √); fix warning C4702 Inaccessible code; fix warning C4310 Cast truncated constant value;

GerHobbelt commented 2 years ago

merged. Thanks!