]> git.mdlowis.com Git - proto/labwc.git/commitdiff
meson.build: remove -Wno-enum-compare
authorJohan Malm <jgm323@gmail.com>
Mon, 15 Mar 2021 18:11:44 +0000 (18:11 +0000)
committerJohan Malm <jgm323@gmail.com>
Mon, 15 Mar 2021 18:11:44 +0000 (18:11 +0000)
meson.build

index ea8cb6b17b8fdf2814a2b00e2036ccc8c6d6ebeb..c8918a584eb10ea8846534083509b8c96fb0c653 100644 (file)
@@ -12,7 +12,6 @@ project(
 add_project_arguments(
   [
     '-DWLR_USE_UNSTABLE',
-    '-Wno-enum-compare',
   ],
   language: 'c',
 )