summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaohan Chen2016-08-15 20:09:46 -0400
committerYaohan Chen2016-08-15 20:09:46 -0400
commit8f0b76fe3734cd89eb356081f7cc5a6f38df2400 (patch)
treee7ea1249d13fcf02e5fb85a9242a5d225f9e9088
parent8b3e572aaea515e0eff86dfffc33fd42bf757127 (diff)
downloadaur-8f0b76fe3734cd89eb356081f7cc5a6f38df2400.tar.gz
Restore -Werror since upstream has fixed code
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2688602e9c7b..7502c8ef5f63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ build() {
cd $_gitname
# USE_CCACHE=no to honor makepkg's ccache setting.
- make CXXFLAGS='-Wno-error' USE_CCACHE=no
+ make USE_CCACHE=no
}
package() {