projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c5ac90
)
Refer to the correct gcc deprecation options
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 15 Jun 2009 05:09:25 +0000
(
01:09
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 15 Jun 2009 05:09:25 +0000
(
01:09
-0400)
This oversight was pointed out in bug 585520.
docs/reference/glib/tmpl/macros_misc.sgml
patch
|
blob
|
history
diff --git
a/docs/reference/glib/tmpl/macros_misc.sgml
b/docs/reference/glib/tmpl/macros_misc.sgml
index 9b83ea9be74eb6b7ecc7ec499fa4c31d82e95ff6..39445574ca8dfa02abe0db91af419e602b66620b 100644
(file)
--- 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 <literal>deprecated</literal> attribute if the compiler
is <command>gcc</command>.
It can be used to mark typedefs, variables and functions as deprecated.
-When called with the <option>-Wdeprecated</option> option, the compiler will
+When called with the <option>-Wdeprecated
-declarations
</option> option, the compiler will
generate warnings when deprecated interfaces are used.
See the GNU C documentation for details.
</para>