winapi/c_parser: Badly indenting a closing brace should be a warning, not an error.
This commit is contained in:
parent
ae1afb82d2
commit
8c1bf48fbf
|
@ -971,7 +971,7 @@ sub parse_c_file($$$$)
|
|||
$declaration_line = $line;
|
||||
$declaration_column = $column;
|
||||
} elsif($column == 1 && !$extern_c) {
|
||||
$self->_parse_c_error("", $line, $column, "file", "inner } ends on column 1");
|
||||
$self->_parse_c_warning("", $line, $column, "file", "inner } ends on column 1");
|
||||
}
|
||||
} elsif(s/^;//) {
|
||||
$declaration .= $&;
|
||||
|
|
Loading…
Reference in New Issue