From b2456150babf3c32960cd1a9828a1170b79d5729 Mon Sep 17 00:00:00 2001 From: Ying Fang Date: Tue, 4 Aug 2020 15:14:30 +0800 Subject: [PATCH] spec: enable Werror by default enable Werror by default so that we can check compilation warnnings Signed-off-by: Ying Fang --- qemu.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index 0926b9a..6e23b59 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 15 +Release: 16 Epoch: 2 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY @@ -308,7 +308,6 @@ buildldflags="VL_LDFLAGS=-Wl,--build-id" --with-pkgversion=%{name}-%{version}-%{release} \ --python=/usr/bin/python3 \ --disable-strip \ - --disable-werror \ --disable-slirp \ --enable-gtk \ --enable-docs \