diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2018-09-05 10:36:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-05 10:36:42 -0400 |
commit | b3a35f92b4955120e142e34f8a4f0afd348e2bcb (patch) | |
tree | 90f842fcff5569c64194f766910cc7d6ce9ed606 /docs/markdown | |
parent | 226eaba369c3c7d1d4efd4e766855e3cbd6c688c (diff) | |
parent | ef231d3edd01df4d3e0f55ccc6f1c683f1bb112f (diff) | |
download | meson-b3a35f92b4955120e142e34f8a4f0afd348e2bcb.zip meson-b3a35f92b4955120e142e34f8a4f0afd348e2bcb.tar.gz meson-b3a35f92b4955120e142e34f8a4f0afd348e2bcb.tar.bz2 |
Merge pull request #4006 from xclaesse/fatal-warnings
Add --fatal-meson-warnings command line option
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/snippets/fatal_warnings.md | 6 |
1 files changed, 6 insertions, 0 deletions
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. |