diff --git a/meson.build b/meson.build index 7362fea..eba73b6 100644 --- a/meson.build +++ b/meson.build @@ -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