Commit be062895 authored by Stefan Behnel's avatar Stefan Behnel

remove duplicate entry from compiler directives dict

parent 9df76866
......@@ -102,7 +102,6 @@ directive_defaults = {
'warn.undeclared': False,
'warn.unreachable': True,
'warn.maybe_uninitialized': False,
'warn.unreachable': True,
'warn.unused': False,
'warn.unused_arg': False,
'warn.unused_result': False,
......
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