From: Johan Malm Date: Mon, 15 Mar 2021 18:11:44 +0000 (+0000) Subject: meson.build: remove -Wno-enum-compare X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=fddeb74527e5b860d9c1a91a237d390041c758b6;p=proto%2Flabwc.git meson.build: remove -Wno-enum-compare --- diff --git a/meson.build b/meson.build index ea8cb6b1..c8918a58 100644 --- a/meson.build +++ b/meson.build @@ -12,7 +12,6 @@ project( add_project_arguments( [ '-DWLR_USE_UNSTABLE', - '-Wno-enum-compare', ], language: 'c', )