Skip to content

Commit f21780c

Browse files
committed
Document option -Wall in man pages
1 parent dca5cb9 commit f21780c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Misc/python.man

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ emitted by a process (even those that are otherwise ignored by default):
251251
-Wdefault # Warn once per call location
252252
-Werror # Convert to exceptions
253253
-Walways # Warn every time
254+
-Wall # Same as -Walways
254255
-Wmodule # Warn once per calling module
255256
-Wonce # Warn once per Python process
256257
-Wignore # Never warn

0 commit comments

Comments
 (0)