On Wed Nov 6 01:33:33 2024 +0000, Alexandre Julliard wrote:
This causes a warning with clang:
dlls/wined3d/utils.c:1936:19: warning: result of comparison of unsigned enum expression >= 0 is always true [-Wtautological-unsigned-enum-zero-compare]
Considering the enum behavior is fairly compiler-specific, maybe casting the `format_id` variable in the original `if` statement to unsigned would work for this issue too?