diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2003-09-30 13:36:25 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2003-09-30 13:36:25 +0000 |
commit | 8b75e12b138827b0bcc7516184a5fce2fb6f35a9 (patch) | |
tree | d4be447f21dc028f1cbf6a8f519d1337a3f34f84 /ChangeLog | |
parent | dd012cc3ed6506126d8027942dac0117aac2a46c (diff) |
make the argument const to get rid of warning
Tue Sep 30 15:31:16 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* glib/guniprop.c (has_more_above): make the argument const to
get rid of warning
* glib/garray.c (g_byte_array_remove_range): insert cast to get
rid of warning
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Sep 30 15:31:16 2003 Soeren Sandmann <sandmann@daimi.au.dk> + + * glib/guniprop.c (has_more_above): make the argument const to + get rid of warning + + * glib/garray.c (g_byte_array_remove_range): insert cast to get + rid of warning + 2003-09-29 Tor Lillqvist <tml@iki.fi> * tests/testglib.c (main): Use hardcoded name for DLL, as there is |