diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-12-14 12:14:56 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-12-14 12:14:56 +0800 |
commit | 8bee19374da063f3600d3eb31cc9ec377392bef1 (patch) | |
tree | 8222e21baaef50ae93802772c7adee38b68eb24c /libibex/ChangeLog | |
parent | 166e630ba2ee632ef8ca9a7818601097841294bd (diff) | |
download | gsoc2013-evolution-8bee19374da063f3600d3eb31cc9ec377392bef1.tar gsoc2013-evolution-8bee19374da063f3600d3eb31cc9ec377392bef1.tar.gz gsoc2013-evolution-8bee19374da063f3600d3eb31cc9ec377392bef1.tar.bz2 gsoc2013-evolution-8bee19374da063f3600d3eb31cc9ec377392bef1.tar.lz gsoc2013-evolution-8bee19374da063f3600d3eb31cc9ec377392bef1.tar.xz gsoc2013-evolution-8bee19374da063f3600d3eb31cc9ec377392bef1.tar.zst gsoc2013-evolution-8bee19374da063f3600d3eb31cc9ec377392bef1.zip |
Added some casts to get rid of warnings. (tail_dump): #if 0ed this out to
2000-12-13 Christopher James Lahey <clahey@helixcode.com>
* disktail.c (tail_compress):
(tail_get): Added some casts to get rid of warnings.
(tail_dump): #if 0ed this out to get rid of a warning.
(ibex_diskarray_dump): Added a prototype.
* ibex_block.c (ibex_index_buffer): Assigned cat the value 0 to
start off with to avoid a warning.
svn path=/trunk/; revision=6993
Diffstat (limited to 'libibex/ChangeLog')
-rw-r--r-- | libibex/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libibex/ChangeLog b/libibex/ChangeLog index 4aa7650b0a..877d9b8e29 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,3 +1,13 @@ +2000-12-13 Christopher James Lahey <clahey@helixcode.com> + + * disktail.c (tail_compress): + (tail_get): Added some casts to get rid of warnings. + (tail_dump): #if 0ed this out to get rid of a warning. + (ibex_diskarray_dump): Added a prototype. + + * ibex_block.c (ibex_index_buffer): Assigned cat the value 0 to + start off with to avoid a warning. + 2000-12-12 Christopher James Lahey <clahey@helixcode.com> * wordindex.c (cache_sanity): Made cache_sanity only be included |