diff options
author | sammyj85 <sam.jaeschke@gmail.com> | 2024-05-07 12:20:37 +0930 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-09 07:26:05 -0400 |
commit | f8aefe20703e3d64710fa675d511f9bef77dc32a (patch) | |
tree | 292273ca1cdb838770679897fe7f0b88978561d0 | |
parent | c0e877e53d0ad0eef21e316a443ab1ce0f55aa7c (diff) | |
download | meson-f8aefe20703e3d64710fa675d511f9bef77dc32a.zip meson-f8aefe20703e3d64710fa675d511f9bef77dc32a.tar.gz meson-f8aefe20703e3d64710fa675d511f9bef77dc32a.tar.bz2 |
In Builtin-options documentation, clarify warning_level=0.
warning_level=0 is not 'none' but 'compiler default'.
-rw-r--r-- | docs/markdown/Builtin-options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index 7cdf6e8..64d16ab 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -91,7 +91,7 @@ machine](#specifying-options-per-machine) section for details. | strip | false | Strip targets on install | no | no | | unity {on, off, subprojects} | off | Unity build | no | no | | unity_size {>=2} | 4 | Unity file block size | no | no | -| warning_level {0, 1, 2, 3, everything} | 1 | Set the warning level. From 0 = none to everything = highest | no | yes | +| warning_level {0, 1, 2, 3, everything} | 1 | Set the warning level. From 0 = compiler default to everything = highest | no | yes | | werror | false | Treat warnings as errors | no | yes | | wrap_mode {default, nofallback,<br>nodownload, forcefallback, nopromote} | default | Wrap mode to use | no | no | | force_fallback_for | [] | Force fallback for those dependencies | no | no | |