Skip to content

Commit

Permalink
meson: remove CFLAGS that were carried over from decades ago and aren…
Browse files Browse the repository at this point in the history
…'t needed (#343)

These warnings don't trigger. They've stuck around across build systems
somehow.
  • Loading branch information
eli-schwartz authored Nov 3, 2024
1 parent cefff5b commit 84c1c58
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 @@ -120,8 +120,6 @@ config.set_quoted('PANEL_DEF_DIR', prefix / panel_def_dir)


more_cflags = [
'-Wno-strict-aliasing',
'-Wno-sign-compare',
]

if get_option('warning_level').to_int() >=2
Expand Down

0 comments on commit 84c1c58

Please sign in to comment.