mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-121101: Document -Wall option (an alias for -Walways) (#121102)
This commit is contained in:
parent
6d34938dc8
commit
0a1e8ff9c1
2 changed files with 3 additions and 0 deletions
|
|
@ -251,6 +251,7 @@ emitted by a process (even those that are otherwise ignored by default):
|
|||
-Wdefault # Warn once per call location
|
||||
-Werror # Convert to exceptions
|
||||
-Walways # Warn every time
|
||||
-Wall # Same as -Walways
|
||||
-Wmodule # Warn once per calling module
|
||||
-Wonce # Warn once per Python process
|
||||
-Wignore # Never warn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue