denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Casts of gint and gpointer


From: Richard Shann
Subject: Re: [Denemo-devel] Casts of gint and gpointer
Date: Tue, 25 Oct 2011 16:00:42 +0100

On Tue, 2011-10-25 at 09:26 -0500, Jeremiah Benham wrote:
> On 10/25/2011 03:31 AM, Richard Shann wrote:
> > Yesterday Nils was getting a crash (due to spaces in directory names)
> > where I got none. I suspect that the difference is that  he has 64bit
> > pointers and I have 32.
> > There is a warning somewhere in the GLib docs that you shouldn't cast
> > between gint and gpointer with (gint) and (gpointer) but instead use a
> > macro they provide.
> > I suspect it is in code which calls g_object_set_data() and
> > g_object_get_data() that we transgress.
> > While Jeremiah is working on gtk3 migration it is awkward to fix as it
> > will mean a lot of small merges.
> > But we should do it ASAP.
> 
> I think just doing:
> git merge master
> in the gtk-3 branch should merge in all the changes that have went on in 
> master since the branch was created.
Well, it will so long as the same lines are not involved. I think it
might be best to merge often, rather than leaving the pain until the
end.
Richard

> 
> Jeremiah
> 
> > Richard
> >
> >
> >
> > _______________________________________________
> > Denemo-devel mailing list
> > address@hidden
> > https://lists.gnu.org/mailman/listinfo/denemo-devel
> 
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/denemo-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]