11 Mar
2024
11 Mar
'24
11:58 a.m.
Clang enables -Wenum-conversion by default anyway, we add it to CFLAGS to enable them on GCC. When explicitly enabled, Clang also enables additional warnings. Some of those warnings, like -Wenum-enum-conversion, are too strict to be practical with win32, so avoid enabling them. Fixes warnings with LLVM git. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5275