summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--girepository/cmph/meson.build1
-rw-r--r--giscanner/meson.build1
2 files changed, 2 insertions, 0 deletions
diff --git a/girepository/cmph/meson.build b/girepository/cmph/meson.build
index 2a0cef7e..157b09e9 100644
--- a/girepository/cmph/meson.build
+++ b/girepository/cmph/meson.build
@@ -43,6 +43,7 @@ if cc.get_id() != 'msvc'
'-Wno-cast-align',
'-Wno-unused-function',
'-Wno-return-type',
+ '-Wno-sometimes-uninitialized',
])
endif
diff --git a/giscanner/meson.build b/giscanner/meson.build
index 3d7dc678..5cb6036b 100644
--- a/giscanner/meson.build
+++ b/giscanner/meson.build
@@ -83,6 +83,7 @@ if cc.get_id() != 'msvc'
custom_c_args = cc.get_supported_arguments([
'-Wno-missing-field-initializers',
'-Wno-unused-parameter',
+ '-Wno-misleading-indentation',
])
endif