From: Matthias Clasen Date: Mon, 15 Jun 2009 05:09:25 +0000 (-0400) Subject: Refer to the correct gcc deprecation options X-Git-Tag: 2.21.2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2553df615d21e68d52f1e0b45ac8b70622d2881e;p=platform%2Fupstream%2Fglib.git Refer to the correct gcc deprecation options This oversight was pointed out in bug 585520. --- diff --git a/docs/reference/glib/tmpl/macros_misc.sgml b/docs/reference/glib/tmpl/macros_misc.sgml index 9b83ea9..3944557 100644 --- a/docs/reference/glib/tmpl/macros_misc.sgml +++ b/docs/reference/glib/tmpl/macros_misc.sgml @@ -217,7 +217,7 @@ See the GNU C documentation for details. Expands to the GNU C deprecated attribute if the compiler is gcc. It can be used to mark typedefs, variables and functions as deprecated. -When called with the option, the compiler will +When called with the option, the compiler will generate warnings when deprecated interfaces are used. See the GNU C documentation for details.