Skip to content

Don't build tests with -Werror

Nicolas Fella requested to merge nicolasfella/wayland-protocols:no-werror into main

-Werror should never be enabled unconditionally since warnings are specific to the toolchain used

Newer or different toolchain may introduce not-yet-seen warnings, breaking the build for people who just want to build wayland-rotocols

See #241 (closed)

Signed-off-by: Nicolas Fella nicolas.fella@kde.org

Merge request reports

Loading