Remove unnecessary C compiler warning suppressions

pull/795/head
Wilfred Hughes 2024-12-19 23:23:06 +07:00
parent 2bbed44664
commit a91e8dc783
1 changed files with 0 additions and 4 deletions

@ -43,10 +43,6 @@ impl TreeSitterParser {
.flag_if_supported("-Wno-ignored-qualifiers")
// Ignore warning from tree-sitter-html.
.flag_if_supported("-Wno-sign-compare")
// Ignore warning from tree-sitter-ruby.
.flag_if_supported("-Wno-parentheses")
// Ignore warning from tree-sitter-ruby.
.flag_if_supported("-Wno-unused-but-set-variable")
.link_lib_modifier("+whole-archive");
for file in cpp_files {