From 42e103aaf929446aba46c63b3a58b8492d19f01b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 28 Feb 2017 11:59:04 +0000 Subject: [PATCH] trivial: Neuter -Werror --- devhelp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devhelp.spec b/devhelp.spec index 6fa267a..5b103fc 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -41,7 +41,7 @@ for embedding devhelp into other applications such as IDEs. %setup -q %build -%configure --disable-static +%configure --disable-static --disable-Werror make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing" %install