mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Refer to the correct gcc deprecation options
This oversight was pointed out in bug 585520.
This commit is contained in:
parent
2c5ac901d9
commit
2553df615d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user