mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Fix some typos
Prefer initialize over initialise since used more often in the sources.
This commit is contained in:
parent
f152fdb4c5
commit
c5aac77692
3 changed files with 5 additions and 5 deletions
|
|
@ -36,7 +36,7 @@ wlr_inc = include_directories('include')
|
|||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
# Clang complains about some zeroed initialiser lists (= {0}), even though they
|
||||
# Clang complains about some zeroed initializer lists (= {0}), even though they
|
||||
# are valid
|
||||
if cc.get_id() == 'clang'
|
||||
add_project_arguments('-Wno-missing-field-initializers', language: 'c')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue