This was causing compiler warnings in release builds.
const gchar *tagname,
gpointer user_data);
-static void validate_gnode (GNode *node);
-
static void gtk_tree_store_move (GtkTreeStore *tree_store,
GtkTreeIter *iter,
GtkTreeIter *position,
#ifdef G_ENABLE_DEBUG
+static void validate_gnode (GNode *node);
+
static inline void
validate_tree (GtkTreeStore *tree_store)
{
return (tree_store->priv->default_sort_func != NULL);
}
+#ifdef G_ENABLE_DEBUG
static void
validate_gnode (GNode* node)
{
iter = iter->next;
}
}
+#endif
/* GtkBuildable custom tag implementation
*