summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-06-16 18:37:04 +0200
committerkotontrion <[email protected]>2024-06-16 18:37:04 +0200
commit36ce3262ac1f137866bf7f94a2ffea8c6c6fcee6 (patch)
treea842210653b6b64796daf41b488fb4b61a1cf351 /meson.build
parent637875607f230ab7bd45d05db685323f568900f9 (diff)
fix code style
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
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('.')