Skip to content

Commit

Permalink
Do not use -Werror (#3809)
Browse files Browse the repository at this point in the history
Using -Werror can cause builds to fail when using unexpected compilers.
  • Loading branch information
ryandesign authored Dec 3, 2024
1 parent 6746bc4 commit edbef4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ cpu_family = host_machine.cpu_family()

supported_arguments = cpp.get_supported_arguments([
'-Wno-non-virtual-dtor',
'-Werror',
'-Wunused-but-set-variable',
'-Wno-strict-aliasing'])

Expand Down

0 comments on commit edbef4d

Please sign in to comment.