mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
Fixed typo
2007-12-31 Wouter Bolsterlee <wbolster@svn.gnome.org> * glib/tmpl/macros_misc.sgml: Fixed typo svn path=/trunk/; revision=6223
This commit is contained in:
committed by
Wouter Bolsterlee
parent
9002395011
commit
66e7df9f7e
@@ -253,7 +253,7 @@ Since: 2.8
|
||||
|
||||
<!-- ##### MACRO G_GNUC_WARN_UNUSED_RESULT ##### -->
|
||||
<para>
|
||||
Expands to the GNU C <literal>warn_unused_ersult</literal> function attribute
|
||||
Expands to the GNU C <literal>warn_unused_result</literal> function attribute
|
||||
if the compiler is <command>gcc</command>, or "" if it isn't. This function
|
||||
attribute makes the compiler emit a warning if the result of a function call
|
||||
is ignored. See the GNU C documentation for details.
|
||||
|
Reference in New Issue
Block a user