From b2db1801ff9743fbe4ca55402ff6b90111696568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sun, 21 Aug 2011 13:01:41 +0000 Subject: [PATCH] Compile with GDK_DISABLE_DEPRECATED (the files that fail with this option disable it locally). svn path=/trunk/; revision=38638 --- gtk/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/CMakeLists.txt b/gtk/CMakeLists.txt index 78a3f5558e..8080702996 100644 --- a/gtk/CMakeLists.txt +++ b/gtk/CMakeLists.txt @@ -242,7 +242,7 @@ if (NOT ENABLE_GTK3) # To verify that your program does not use any deprecated symbols, # you can use defines to remove deprecated symbols from the header files - #-DGDK_DISABLE_DEPRECATED + -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED ) endif()