aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
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);