Avoid warnings

This commit is contained in:
Yevgen Muntyan 2007-11-22 16:08:20 -06:00
parent b6db00944b
commit 795325a4e0
3 changed files with 2 additions and 5 deletions

View File

@ -937,7 +937,7 @@ set_startup_notification_timeout (GdkDisplay *display,
static GPtrArray *
array_putenv (GPtrArray *env, char *variable)
{
int i, keylen;
guint i, keylen;
if (!env)
{

View File

@ -407,9 +407,6 @@ clear_drag_stuff (MooTextView *view)
view->priv->dnd.button = GDK_BUTTON_RELEASE;
}
#define get_buf(view) \
GTK_SOURCE_BUFFER (gtk_text_view_get_buffer (GTK_TEXT_VIEW (view)))
/* from gtktextview.c */
static void
text_view_unobscure_mouse_cursor (GtkTextView *text_view)

View File

@ -723,7 +723,7 @@ assign_missing_ids (GSList *list)
static void
add_deleted (const char *id,
GSList *link,
G_GNUC_UNUSED GSList *link,
GSList **list)
{
MooUserToolInfo *info;