diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-09-29 11:04:37 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-09-29 11:04:37 +0200 |
| commit | 642ecc363b534908269adbf5abfa78c3f191421f (patch) | |
| tree | c2a1aac9791c27f88473240f8245cc6cae978de5 /src/main.cpp | |
| parent | eccb548935eb83bd3d48aeb06563a88a12b40c0a (diff) | |
fix errors not being printed after parse warnings
Fixes #4299
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp index a969e32a9..82f398d5b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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); |