From 9e11936ec52d6654ed0a8654615a12410b7bc190 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Dec 15 2014 15:29:30 +0000 Subject: Disable -Werror --- diff --git a/libvirt.spec b/libvirt.spec index cd1fec5..5dbcecf 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -357,6 +357,8 @@ # changes in reported warnings %if 0%{?rhel} %define enable_werror --enable-werror +%else + %define enable_werror --disable-werror %endif