[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
more misuse of G_GNUC_CONST
- From: Darin Adler <darin bentspoon com>
- To: gtk-devel-list gnome org
- Subject: more misuse of G_GNUC_CONST
- Date: Tue, 29 May 2001 16:15:32 -0700
g_int_equal and g_int_hash are marked G_GNUC_CONST. This is incorrect
because you can call them twice with the same values and get different
results if the pointed-to values are different.
g_directory_hash and g_direct_equal are correctly marked G_GNUC_CONST.
I would have put this into a bug report, but I can't reach bugzilla.gnome.
org right now.
-- Darin
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]