diff options
author | Alexander Larsson <alexl@redhat.com> | 2005-12-09 13:58:57 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2005-12-09 13:58:57 +0000 |
commit | dd1878cd757c8d65a349f54a4acb40e07308437a (patch) | |
tree | 016e0fea158aa8543005949f9724847c1be0b2f3 /ChangeLog.pre-2-10 | |
parent | 52917fc40835989307218d866d07008eb5320acd (diff) |
Use G_GNUC_WARN_UNUSED_RESULT on list functions that return the whole
2005-12-09 Alexander Larsson <alexl@redhat.com>
* glib/glist.h:
* glib/gslist.h:
Use G_GNUC_WARN_UNUSED_RESULT on list functions that return
the whole list.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8e7a4c803..39afb4705 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +2005-12-09 Alexander Larsson <alexl@redhat.com> + + * glib/glist.h: + * glib/gslist.h: + Use G_GNUC_WARN_UNUSED_RESULT on list functions that return + the whole list. + 2005-12-08 Matthias Clasen <mclasen@redhat.com> * NEWS: Updates |