From ef231d3edd01df4d3e0f55ccc6f1c683f1bb112f Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 10 Aug 2018 10:32:28 -0400 Subject: Add --fatal-meson-warnings command line option This makes any warning message printed by meson raise an exception, intended to be used by CI and developpers to easily catch deprecation warnings and other potential issues. --- docs/markdown/snippets/fatal_warnings.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/markdown/snippets/fatal_warnings.md (limited to 'docs') diff --git a/docs/markdown/snippets/fatal_warnings.md b/docs/markdown/snippets/fatal_warnings.md new file mode 100644 index 0000000..adf3334 --- /dev/null +++ b/docs/markdown/snippets/fatal_warnings.md @@ -0,0 +1,6 @@ +## Fatal warnings + +A new command line option has been added: `--fatal-meson-warnings`. When enabled, any +warning message printed by Meson will be fatal and raise an exception. It is +intended to be used by developers and CIs to easily catch deprecation warnings, +or any other potential issues. -- cgit v1.1