Skip to content

build: Remove -Werror from Meson build

Frediano Ziglio requested to merge fziglio/spice-common:mr_werror into master

In Meson better to use --werror option instead to manually add to options. Also this prevents build if spice-protocol deprecate some stuff or fails the build if any warning occur. This fixes an issue for spice#44 (closed).

Signed-off-by: Frediano Ziglio freddy77@gmail.com

Merge request reports