From 84c1c58e2bbbbaf8895b1d9e3f7906c1fc48cb42 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 3 Nov 2024 12:56:33 -0500 Subject: [PATCH] meson: remove CFLAGS that were carried over from decades ago and aren't needed (#343) These warnings don't trigger. They've stuck around across build systems somehow. --- meson.build | 2 -- 1 file changed, 2 deletions(-) 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