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



commit 99f92956b09d06dfeb04ee23b0394c2ad096045b
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]