summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2020-04-22 18:25:16 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2020-04-22 13:32:31 +0000
commit70f5cea4547a22bcfe6329e1f03355e515f13d3a (patch)
treeb84dd5f6baec8f70d1f2a292d1d8ad71aed64fd0
parent342897344c252f17057b8ad8cfdd7c8cb2f3f56e (diff)
downloadgnome-screenshot-70f5cea4547a22bcfe6329e1f03355e515f13d3a.tar.gz
meson: Remove -DGDK_DISABLE_DEPRECATION_WARNINGS
All deprecations have been fixed or explicitly ignored, there's no point in passing this flag anymore.
-rw-r--r--src/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 498f8ba..4436485 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -31,7 +31,6 @@ dependencies = [
c_args = [
'-DLOCALEDIR="@0@"'.format(gnome_screenshot_localedir),
- '-DGDK_DISABLE_DEPRECATION_WARNINGS',
]
executable(