Fix gccisms (pointer arithmetic on void pointer, label without statement
authorTor Lillqvist <tml@iki.fi>
Thu, 26 Oct 2000 17:53:08 +0000 (17:53 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 26 Oct 2000 17:53:08 +0000 (17:53 +0000)
commitf42bc9318674b1b48a301f477c80fb944010b6c4
treeac90b56daef17c0606df9bb38f3fa33660c1c015
parent6f83e76ea8e27d1ab12f43a756d1ec46ac9726ff
Fix gccisms (pointer arithmetic on void pointer, label without statement

2000-10-26  Tor Lillqvist  <tml@iki.fi>

* gbsearcharray.c (bsearch_array_insert): Fix gccisms (pointer
arithmetic on void pointer, label without statement following.

* gtype.c (type_node_fundamental_info): Don't apply unary minus to
result of sizeof operator, it can be unsigned. Cast first to
gssize.

* gobject.def: Add new functions.

* makefile.{mingw,msc}.in: Add new objects.
glib/gbsearcharray.c
gobject/ChangeLog
gobject/gbsearcharray.c
gobject/gobject.def
gobject/gtype.c
gobject/makefile.mingw.in
gobject/makefile.msc.in