[gtkmm-documentation] meson.build: *_DISABLED_DEPRECATED -> *_DISABLE_DEPRECATED



commit d1c41ef1af369c1167ed059bb65fbbd8d7ec1eb6
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Tue Jun 11 11:46:22 2019 +0200

    meson.build: *_DISABLED_DEPRECATED -> *_DISABLE_DEPRECATED

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index b0e2c83..5255d07 100644
--- a/meson.build
+++ b/meson.build
@@ -36,7 +36,7 @@ elif warning_level == 'max' or warning_level == 'fatal'
     warning_flags += [ '-Werror' ]
     deprecations = 'G PANGO ATK GDK GDK_PIXBUF GTK GLIBMM GIOMM GDKMM ATKMM PANGOMM GTKMM SIGCXX'.split()
     foreach d : deprecations
-      warning_flags += '-D@0@_DISABLED_DEPRECATED'.format(d)
+      warning_flags += '-D@0@_DISABLE_DEPRECATED'.format(d)
     endforeach
   endif
 endif


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