diff --git a/cpp/find_warnings.py b/cpp/find_warnings.py index 881161a..84ad403 100644 --- a/cpp/find_warnings.py +++ b/cpp/find_warnings.py @@ -127,8 +127,6 @@ def find_warnings(self): self._find_header_warnings() elif is_cpp_file(self.filename): self._find_source_warnings() - else: - print('Unknown filetype for: %s' % self.filename) def _update_symbol_table(self, module): for name, node in module.public_symbols.items():