[gtkmm-documentation/gtkmm-3-24] meson.build: *_DISABLED_DEPRECATED -> *_DISABLE_DEPRECATED
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation/gtkmm-3-24] meson.build: *_DISABLED_DEPRECATED -> *_DISABLE_DEPRECATED
- Date: Tue, 11 Jun 2019 09:50:15 +0000 (UTC)
commit 8ce3b320df5f22a491d357832fcefb74fb0dcb25
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Tue Jun 11 11:48:42 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 8c102ce..819855b 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]