[arch-commits] Commit in gnucash/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu May 31 17:04:20 UTC 2018


    Date: Thursday, May 31, 2018 @ 17:04:20
  Author: foutrelis
Revision: 335025

Do not treat warnings as errors

Modified:
  gnucash/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 17:03:40 UTC (rev 335024)
+++ PKGBUILD	2018-05-31 17:04:20 UTC (rev 335025)
@@ -22,6 +22,10 @@
 
 build() {
   cd $pkgname-$pkgver
+
+  # Do not treat warnings as errors
+  CXXFLAGS+=' -Wno-error'
+
   cmake	-DCMAKE_INSTALL_PREFIX=/usr \
         -DCMAKE_INSTALL_LIBDIR=/usr/lib \
         -DHAVE_GWEN_GTK3=ON \



More information about the arch-commits mailing list