[Spice-commits] meson.build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 3 09:42:40 UTC 2020


 meson.build |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit a95ba61d324e6e30e1c5b8e936176ff71af4d938
Author: Frediano Ziglio <freddy77 at gmail.com>
Date:   Wed Jun 24 13:58:01 2020 +0100

    build: Remove -Werror from Meson build
    
    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
    https://gitlab.freedesktop.org/spice/spice/-/issues/44.
    
    Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>
    Acked-by: Julien Ropé <jrope at gmail.com>

diff --git a/meson.build b/meson.build
index 185f1a9..90b486e 100644
--- a/meson.build
+++ b/meson.build
@@ -12,7 +12,6 @@ endif
 
 # some global vars
 spice_common_global_cflags = ['-DG_LOG_DOMAIN="Spice"',
-                              '-Werror',
                               '-Wno-unused-parameter']
 
 if get_option('alignment-checks')


More information about the Spice-commits mailing list