-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -Werror to treat warnings as errors
Fixes #9.
- Loading branch information
Showing
3 changed files
with
55 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
.\" Thomas Klausner <[email protected]>, 2012. | ||
.\" Roland Illig <[email protected]>, 2015-2020. | ||
.\" | ||
.Dd January 26, 2020 | ||
.Dd July 16, 2024 | ||
.Dt PKGLINT 1 | ||
.Os | ||
.Sh NAME | ||
|
@@ -101,6 +101,8 @@ Check inter-package consistency for distfile hashes and used licenses. | |
Enable all warnings. | ||
.It Cm none | ||
Disable all warnings. | ||
.It Cm [no-]error | ||
Treat warnings as errors; only affects the exit status. | ||
.It Cm [no-]extra | ||
Emit some additional warnings that are not enabled by default. | ||
.It Cm [no-]perm | ||
|
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