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-08-10 10:59:13 +0500
commit61f8b029cce76f58ee1d06ed5f24957c520e6280 (patch)
tree16f6cdabbf96866720fdd4d9f7a67dbb585acd6a
parent21e382410d55b1ea7a1b579c5755908002cfe46f (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 6ffbd47..bf43767 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')