Date: Sunday, June 3, 2018 @ 01:40:06
  Author: foutrelis
Revision: 338518

Do not treat warnings as errors

Modified:
  cpp-hocon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-06-03 01:39:18 UTC (rev 338517)
+++ PKGBUILD    2018-06-03 01:40:06 UTC (rev 338518)
@@ -14,6 +14,9 @@
 build() {
   cd $pkgname-$pkgver
 
+  # Do not treat warnings as errors
+  CXXFLAGS+=' -Wno-error'
+
   cmake -DCMAKE_INSTALL_PREFIX=/usr
 
   make

Reply via email to