Skip to content

Commit

Permalink
Disable -Wcast-align
Browse files Browse the repository at this point in the history
Fixing this properly with clang is an enormous amount of work, which
will take longer.
  • Loading branch information
martinpitt committed May 20, 2024
1 parent 67310cd commit d361b2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ add_project_arguments(
#'-Werror=missing-include-dirs',
'-Werror=return-type',
'-Werror=uninitialized',
# experimental: first check this on all Debian architectures
'-Wcast-align',
language: 'c')

add_project_arguments('--abi-stability', language: 'vala')
Expand Down

0 comments on commit d361b2e

Please sign in to comment.