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: fix for compilation error with gcc 3.2.3 (warning treated as error; `funaddr' might be used uninitialized)


On Thu, Feb 14, 2008 at 11:39:03AM +0200, Yakov Lerner wrote:
> Fix for the warning (warning treated as error)
>          `funaddr' might be used uninitialized in this function'
> under gcc 3.2.3. I am not sure this is the best way to fix the warning, anyway.

Maybe you should just use --disable-werror?  This compiler is almost
five years old, so I don't like the idea of working around its bugs.

-- 
Daniel Jacobowitz
CodeSourcery


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