From 7e6b808a8776cc82d276ae5e8aeb292080b8125a20dd04c0dce2ef7570e4aab5 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 27 May 2021 09:09:46 +0000 Subject: [PATCH] - Pass --enable-gcc-warnings to configure to use a fixed variant of C and C++ standards OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpluff?expand=0&rev=9 --- cpluff.changes | 6 ++++++ cpluff.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/cpluff.changes b/cpluff.changes index d454d38..25e0121 100644 --- a/cpluff.changes +++ b/cpluff.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 27 09:09:09 UTC 2021 - Olaf olaf@aepfle.de + +- Pass --enable-gcc-warnings to configure to use a fixed variant + of C and C++ standards + ------------------------------------------------------------------- Sat May 2 19:19:19 UTC 2020 - olaf@aepfle.de diff --git a/cpluff.spec b/cpluff.spec index 8586c6f..4fde95a 100644 --- a/cpluff.spec +++ b/cpluff.spec @@ -79,6 +79,7 @@ developing applications that use lib%{name}xx. ./autogen.sh %configure \ --enable-cpluffxx \ + --enable-gcc-warnings \ --disable-nls \ --disable-static %make_build