From a138fa6057f32e7d97801b737a60fc249c1b6cac Mon Sep 17 00:00:00 2001 From: Ying Fang Date: Tue, 4 Aug 2020 15:35:01 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 2cdbf05..235d9a1 100644 --- a/qemu.spec +++ b/qemu.spec @@ -303,7 +303,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 \