This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: gdb plugin status?
On Tue, 2008-08-05 at 15:53 -0700, Neo Jia wrote:
> cc1: warnings being treated as errors
> varobj.c: In function 'update_dynamic_varobj_children':
> varobj.c:932: warning: dereferencing type-punned pointer will break
> strict-aliasing rules
I don't see that error here. I think we are using different versions of
gcc. I'm using 4.3.1.
You can configure with --disable-werror to compile even with warnings.
> BTW, how to pull the changes out? git pull doesn't work for this case?
git pull should work. You can also try:
$ git pull origin python-revisited:python-revisited
--
[]'s
Thiago Jung Bauermann
IBM Linux Technology Center