Compile with GDK_DISABLE_DEPRECATED (the files that fail with this

option disable it locally).

svn path=/trunk/; revision=38638
This commit is contained in:
Jörg Mayer 2011-08-21 13:01:41 +00:00
parent 3d8fb4eb45
commit b2db1801ff
1 changed files with 1 additions and 1 deletions

View File

@ -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()