[vala/wip/meson: 43/47] meson: Compile everything with stricter cflags
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/meson: 43/47] meson: Compile everything with stricter cflags
- Date: Sat, 17 Jul 2021 17:35:16 +0000 (UTC)
commit 3e6797a7878d8ae77782b4376af5afff23988654
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Sep 7 17:57:31 2020 +0200
meson: Compile everything with stricter cflags
meson.build | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/meson.build b/meson.build
index 739b62713..7f0659eee 100644
--- a/meson.build
+++ b/meson.build
@@ -122,6 +122,11 @@ test_cflags = [
]
supported_test_cflags = cc.get_supported_arguments(test_cflags)
+# https://github.com/mesonbuild/meson/issues/3407
+if valac.version().version_compare('>= @0@'.format(vala_version))
+ add_project_arguments(supported_test_cflags, language: 'c')
+endif
+
add_project_arguments([
'-Wno-discarded-qualifiers',
'-Wno-incompatible-pointer-types',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]