meson.build: remove -Wno-enum-compare

This commit is contained in:
Johan Malm 2021-03-15 18:11:44 +00:00
parent 0723ae2644
commit fddeb74527

View file

@ -12,7 +12,6 @@ project(
add_project_arguments(
[
'-DWLR_USE_UNSTABLE',
'-Wno-enum-compare',
],
language: 'c',
)