mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
Update URL to the warnings article
This commit is contained in:
parent
7862452be2
commit
e9288f84ec
1 changed files with 2 additions and 2 deletions
|
@ -550,11 +550,11 @@ dmd -cov -unittest myprog.d
|
|||
),
|
||||
Option("w",
|
||||
"warnings as errors (compilation will halt)",
|
||||
`Enable $(LINK2 $(ROOT_DIR)/warnings.html, warnings)`
|
||||
`Enable $(LINK2 $(ROOT_DIR)articles/warnings.html, warnings)`
|
||||
),
|
||||
Option("wi",
|
||||
"warnings as messages (compilation will continue)",
|
||||
`Enable $(LINK2 warnings.html, informational warnings (i.e. compilation
|
||||
`Enable $(LINK2 $(ROOT_DIR)articles/warnings.html, informational warnings (i.e. compilation
|
||||
still proceeds normally))`,
|
||||
),
|
||||
Option("X",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue