From: Richard W.M. Jones Date: Tue, 17 May 2011 13:41:54 +0000 (+0100) Subject: lib: Warn about deprecated functions (enable with -DGUESTFS_WARN_DEPRECATED=1). X-Git-Tag: 1.11.7~7 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=be507f6a225345ec3c03096fa05cdb0d0e3dec9a;hp=be507f6a225345ec3c03096fa05cdb0d0e3dec9a;p=libguestfs.git lib: Warn about deprecated functions (enable with -DGUESTFS_WARN_DEPRECATED=1). This allows C API users to be warned if they are using any deprecated functions. We don't warn about this by default. Users have to specifically request this by defining the cpp symbol GUESTFS_WARN_DEPRECATED as 1. ---