summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-02 03:44:46 +0000
committerMatthias Clasen <mclasen@redhat.com>2023-05-02 03:44:46 +0000
commit3e158d53d3d3203d79e3f92f1cf23668c2a78249 (patch)
tree28e3881e2ea0b129e2cc35201ecd7ea61bf7658c
parent06e133fb08058d6ddb55315241ea5f35c31e19f2 (diff)
parente93dbd66973040f1e0afcba0dc7c712c27d75d59 (diff)
downloadpango-3e158d53d3d3203d79e3f92f1cf23668c2a78249.tar.gz
Merge branch 'matthiasc/for-main' into 'main'
Drop -Werror=array-bounds See merge request GNOME/pango!692
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 930f4108..2d30c014 100644
--- a/meson.build
+++ b/meson.build
@@ -89,7 +89,6 @@ elif cc.get_id() == 'gcc' or cc.get_id() == 'clang'
'-Wuninitialized',
'-Wunused',
'-Werror=address',
- '-Werror=array-bounds',
'-Werror=empty-body',
'-Werror=implicit',
'-Werror=implicit-fallthrough',
@@ -132,7 +131,6 @@ elif cc.get_id() == 'gcc' or cc.get_id() == 'clang'
'-Werror=sequence-point',
'-Werror=return-type',
'-Werror=trigraphs',
- '-Werror=array-bounds',
'-Werror=write-strings',
'-Werror=address',
'-Werror=int-to-pointer-cast',