meson: -Werror is already set in project()

This commit is contained in:
Jente Hidskes 2019-02-24 13:40:31 +01:00
parent b758e421cb
commit b189f90465
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA

View file

@ -12,7 +12,6 @@ add_project_arguments(
[ [
'-DWLR_USE_UNSTABLE', '-DWLR_USE_UNSTABLE',
'-Wall', '-Wall',
'-Werror',
'-Wundef', '-Wundef',
'-Wno-unused-parameter', '-Wno-unused-parameter',
], ],