[gnome-screenshot/wip/exalm/refactor: 13/13] meson: Remove -DGDK_DISABLE_DEPRECATION_WARNINGS



commit 70f5cea4547a22bcfe6329e1f03355e515f13d3a
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Apr 22 18:25:16 2020 +0500

    meson: Remove -DGDK_DISABLE_DEPRECATION_WARNINGS
    
    All deprecations have been fixed or explicitly ignored, there's no point in
    passing this flag anymore.

 src/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
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(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]