File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -440,6 +440,7 @@ Miscellaneous options
440
440
-Wdefault # Warn once per call location
441
441
-Werror # Convert to exceptions
442
442
-Walways # Warn every time
443
+ -Wall # Same as -Walways
443
444
-Wmodule # Warn once per calling module
444
445
-Wonce # Warn once per Python process
445
446
-Wignore # Never warn
@@ -842,6 +843,7 @@ conflict.
842
843
PYTHONWARNINGS=default # Warn once per call location
843
844
PYTHONWARNINGS=error # Convert to exceptions
844
845
PYTHONWARNINGS=always # Warn every time
846
+ PYTHONWARNINGS=all # Same as PYTHONWARNINGS=always
845
847
PYTHONWARNINGS=module # Warn once per calling module
846
848
PYTHONWARNINGS=once # Warn once per Python process
847
849
PYTHONWARNINGS=ignore # Never warn
Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ emitted by a process (even those that are otherwise ignored by default):
251
251
-Wdefault # Warn once per call location
252
252
-Werror # Convert to exceptions
253
253
-Walways # Warn every time
254
+ -Wall # Same as -Walways
254
255
-Wmodule # Warn once per calling module
255
256
-Wonce # Warn once per Python process
256
257
-Wignore # Never warn
You can’t perform that action at this time.
0 commit comments