-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new yaws_dynopts.erl warning to known_dialyzer_warnings. This change allows dialyzer checking to pass on OTP 25. If dialyzer emits warnings, it exits with status 2, which causes make to fail. Since warnings can often be inconsequential, modify the make yaws.plt rule to change exit status 2 to 0 so that make passes even if warnings occur.
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters