Re: [OpenWrt-Devel] gdb patch

2009-06-09 Thread Brian J. Murrell
On Tue, 2009-06-09 at 12:49 +0300, Alexandros C. Couloumbis wrote: > gdb does not compile on latest svn r16391 with gcc-4.3.3 > > here is the error: > cc1: warnings being treated as errors > .././gdb/cli/cli-cmds.c: In function 'pwd_command': > .././gdb/cli/cli-cmds.c:323: error: ignoring return v

[OpenWrt-Devel] gdb patch

2009-06-09 Thread Alexandros C. Couloumbis
gdb does not compile on latest svn r16391 with gcc-4.3.3 here is the error: cc1: warnings being treated as errors .././gdb/cli/cli-cmds.c: In function 'pwd_command': .././gdb/cli/cli-cmds.c:323: error: ignoring return value of 'getcwd', declared with attribute warn_unused_result the following pa