Commit 3f6f0a2c authored by Vitja Makarov's avatar Vitja Makarov

Add warn.unreachable and remove_unreachable directive

parent c2fd49ad
...@@ -94,6 +94,10 @@ directive_defaults = { ...@@ -94,6 +94,10 @@ directive_defaults = {
'warn': None, 'warn': None,
'warn.undeclared': False, 'warn.undeclared': False,
'warn.unreachable': True,
# remove unreachable code
'remove_unreachable': True,
# test support # test support
'test_assert_path_exists' : [], 'test_assert_path_exists' : [],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment