mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 07:00:08 +01:00
Merge branch 'no-werror' into 'main'
Don't build tests with -Werror See merge request wayland/wayland-protocols!381
This commit is contained in:
commit
218e98cf97
1 changed files with 1 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ foreach protocol_file : protocol_files
|
|||
'-std=c99',
|
||||
'-pedantic',
|
||||
'-Wall',
|
||||
'-Werror' ],
|
||||
],
|
||||
install: false,
|
||||
)
|
||||
test(test_name, pedantic_test_executable)
|
||||
|
|
@ -134,7 +134,6 @@ foreach protocol_file : protocol_files
|
|||
dependencies: libwayland,
|
||||
cpp_args: [
|
||||
'-Wall',
|
||||
'-Werror',
|
||||
],
|
||||
install: false,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue