diff options
author | kotontrion <[email protected]> | 2024-06-16 18:37:04 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-06-16 18:37:04 +0200 |
commit | 36ce3262ac1f137866bf7f94a2ffea8c6c6fcee6 (patch) | |
tree | a842210653b6b64796daf41b488fb4b61a1cf351 /meson.build | |
parent | 637875607f230ab7bd45d05db685323f568900f9 (diff) |
fix code style
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 923d06c..0cee54d 100644 --- a/meson.build +++ b/meson.build @@ -9,7 +9,7 @@ project('astal_river', ) add_project_arguments( - ['-Wno-pedantic'], + ['-Wno-pedantic', '-Wno-unused-parameter'], language : 'c') version_split = meson.project_version().split('.') |