mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 01:44:36 +00:00
Merge pull request #4322 from laytan/fix-errors-not-printed-after-parse-warnings
fix errors not being printed after parse warnings
This commit is contained in:
@@ -3366,10 +3366,6 @@ int main(int arg_count, char const **arg_ptr) {
|
||||
print_all_errors();
|
||||
return 1;
|
||||
}
|
||||
if (any_warnings()) {
|
||||
print_all_errors();
|
||||
}
|
||||
|
||||
|
||||
checker->parser = parser;
|
||||
init_checker(checker);
|
||||
|
||||
Reference in New Issue
Block a user