fix for compilation error with gcc 3.2.3 (warning treated as error; `funaddr' might be used uninitialized)

Daniel Jacobowitz drow@false.org
Thu Feb 14 16:51:00 GMT 2008


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



More information about the Gdb-patches mailing list