Skip to content

meson: Enable initialized-but-unused warning for MSVC

Jesse Natalie requested to merge jenatali/mesa:msvc-warn-unused into main

This warning existing for GCC and Clang but not for MSVC has burned me too many times with Marge. Let's enable it for MSVC too.

Merge request reports