aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMaria Lisina <sekoohaka.sarisan@gmail.com>2026-05-23 03:24:46 +0300
committerMaria Lisina <sekoohaka.sarisan@gmail.com>2026-05-23 03:24:46 +0300
commit9fff1d624a6739c14046c6ef95b1111ffaec8ff8 (patch)
tree9aec05e9dab08a98a863a4a9ac4356519aa336d3
parenta3fba003bb7f18156b2c5b4751c1978cc87fd3ab (diff)
meson: Suppress deprecated-declarations
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 30fb313..08c9161 100644
--- a/meson.build
+++ b/meson.build
@@ -3,6 +3,7 @@ project('gpu-screen-recorder-adwaita', 'c',
default_options : ['warning_level=2', 'c_std=gnu23'],
)
+add_project_arguments('-Wno-deprecated-declarations', language : 'c')
add_project_arguments('-Wshadow', language : 'c')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : 'c')