summaryrefslogtreecommitdiff
path: root/graphite/graphite-updatewerror.patch
blob: 6d812b6f254a1240583599f157a0a1e5d16ae532 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- misc/silgraphite-2.3.1.orig/engine/configure
+++ misc/build/silgraphite-2.3.1/engine/configure
@@ -16877,7 +16877,7 @@
 # (note: the flags here are gcc-specific and may fail with other compilers)
 build_flags=""
 if test "$enable_debug" = yes; then
-  build_flags="$build_flags -O0 -g -Wall -Wno-unknown-pragmas -Wparentheses -Werror"
+  build_flags="$build_flags -O0 -g -Wall -Wno-unknown-pragmas -Wparentheses"
 elif test "$enable_strict" = yes; then
   build_flags="$build_flags -DNDEBUG -Wall -Wno-unknown-pragmas -Wparentheses -Werror"
 else