This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [python][patch] And range method to type


> I make the cvs-head get:

> cc1: warnings being treated as errors
> ../../src/gdb/python/py-type.c: In function 'typy_range':
> ../../src/gdb/python/py-type.c:285: warning: 'high' may be used
> uninitialized in this function
> ../../src/gdb/python/py-type.c:285: warning: 'low' may be used
> uninitialized in this function

I do not see this on my build at all.  I just did a clean build from a
new checkout with CVS and the build completes successfully.  What is
your version of GCC?

For reference, mine is:

gcc version 4.4.2 20091027 (Red Hat 4.4.2-7) (GCC) 

I'll initialize the values to appease the differing versions of GCC,
and send the patch (as obvious) to the list


Cheers,

Phil


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]