aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
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 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')