summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2023-02-28 11:04:23 +0400
committerDavid Gibson <david@gibson.dropbear.id.au>2023-03-01 18:43:15 +1100
commit72fc810c3025f07de718f5f32a290a6cd5d1f4ee (patch)
tree6691f0899094b3ee2e2a845533c49f08d8503aa1 /meson.build
parent083ab26da83bf5d14df5733e3b9954a0881f9ecc (diff)
downloaddevice-tree-compiler-72fc810c3025f07de718f5f32a290a6cd5d1f4ee.tar.gz
build-sys: add -Wwrite-strings
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index b2c53b9..cef113f 100644
--- a/meson.build
+++ b/meson.build
@@ -16,6 +16,7 @@ add_project_arguments(
'-Wredundant-decls',
'-Wshadow',
'-Wsuggest-attribute=format',
+ '-Wwrite-strings',
]),
language: 'c'
)