Skip to content

Commit f8aefe2

Browse files
sammyj85eli-schwartz
authored andcommitted
In Builtin-options documentation, clarify warning_level=0.
warning_level=0 is not 'none' but 'compiler default'.
1 parent c0e877e commit f8aefe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/markdown/Builtin-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ machine](#specifying-options-per-machine) section for details.
9191
| strip | false | Strip targets on install | no | no |
9292
| unity {on, off, subprojects} | off | Unity build | no | no |
9393
| unity_size {>=2} | 4 | Unity file block size | no | no |
94-
| warning_level {0, 1, 2, 3, everything} | 1 | Set the warning level. From 0 = none to everything = highest | no | yes |
94+
| warning_level {0, 1, 2, 3, everything} | 1 | Set the warning level. From 0 = compiler default to everything = highest | no | yes |
9595
| werror | false | Treat warnings as errors | no | yes |
9696
| wrap_mode {default, nofallback,<br>nodownload, forcefallback, nopromote} | default | Wrap mode to use | no | no |
9797
| force_fallback_for | [] | Force fallback for those dependencies | no | no |

0 commit comments

Comments
 (0)