[arch-commits] Commit in webkitgtk2/trunk (PKGBUILD)
    Jan Steffens 
    heftig at nymeria.archlinux.org
       
    Fri Jun 14 19:47:58 UTC 2013
    
    
  
    Date: Friday, June 14, 2013 @ 21:47:56
  Author: heftig
Revision: 188474
suppress warnings
Modified:
  webkitgtk2/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-14 19:32:02 UTC (rev 188473)
+++ PKGBUILD	2013-06-14 19:47:56 UTC (rev 188474)
@@ -21,6 +21,10 @@
 
 build() {
   cd webkitgtk-$pkgver
+
+  # Suppress a *lot* of gcc 4.8 warnings
+  CPPFLAGS+=" -Wno-unused-local-typedefs"
+
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
     --libexecdir=/usr/lib/$pkgname \
     --enable-introspection \
    
    
More information about the arch-commits
mailing list