diff options
author | emersion <contact@emersion.fr> | 2018-02-03 00:15:44 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-02-03 00:15:44 +0100 |
commit | 3d3ea321372d656fa82db48c4729e8109d6f19e2 (patch) | |
tree | 23d2a425eecb3a8b4f5760d8470cdf8288dafdf2 /meson.build | |
parent | bb4aeb3b2f8d739b042ab8c2f2b9b6d1caf6e26b (diff) | |
parent | 86a404f2cd7e046e9ce9d23b4ae52c91adb47570 (diff) |
Merge remote-tracking branch 'upstream/master' into output-damage
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 55b07efa..236abd6b 100644 --- a/meson.build +++ b/meson.build @@ -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') |