diff options
author | Darin Adler <darin@src.gnome.org> | 2001-07-11 20:08:50 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-07-11 20:08:50 +0000 |
commit | 624a3c9689a9538af7df04aab389423edc82b51a (patch) | |
tree | ffd7dbbba12f3cb9d083792d4a6f8143936f37fd /.cvsignore | |
parent | be44b99002995bbde8105357f910d6c99f99d422 (diff) | |
download | glib-624a3c9689a9538af7df04aab389423edc82b51a.tar.gz glib-624a3c9689a9538af7df04aab389423edc82b51a.tar.bz2 glib-624a3c9689a9538af7df04aab389423edc82b51a.zip |
Add some generated files.
* .cvsignore: Add some generated files.
* glib/gmain.c: (g_main_context_iterate): Comment out cruft
after #endif to avoid gcc warning.
* gmodule/gmodule.c: (g_module_set_error_unduped): Remove
const from type to avoid gcc warning.
* gobject/gsignal.c: (g_signal_emitv): ifdef variable used
only if G_ENABLE_DEBUG to avoid gcc warning.
* gobject/gtype.c: (type_iface_vtable_init_Wm),
(type_iface_vtable_finalize_Wm): ifdef call needed only
if !G_DISABLE_ASSERT to avoid gcc warning.
* tests/testglib.c: (main): ifdef call needed only if
!G_DISABLE_ASSERT to avoid gcc warning. Maybe later we
should make the test to #undef G_DISABLE_ASSERT.
* tests/unicode-collate.c: Add include of <string.h> to
avoid gcc warning.
Diffstat (limited to '.cvsignore')
-rw-r--r-- | .cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore index fd945085b..54173bd9d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -36,3 +36,4 @@ gthread-2.0-uninstalled.pc gobject-2.0-uninstalled.pc glib-config-2.0 .saved +sgml |