pcb

Comment 10 for bug 699146

Revision history for this message
Bob Paddock (bob-paddock) wrote : Re: [Pcb-bugs] [Bug 699146] Re: Check return codes everywhere

On Sat, Jan 15, 2011 at 11:30 AM, Peter Clifton <email address hidden> wrote:
> I haven't got any time to follow up on this now.

How discouraging.

> Like I said earlier, I think this is wrong forum to discuss this.

Where is the correct place to discuss such things? gEDA-Users isn't,
and gEDA-Development is not allowed.
For example __FUNCTION__ is not portable across compilers.

-Werror should be added to configure.ac, I'll make a patch and submit
it, as there are still several warnings with the current GIT head.

# if we have gcc then add -Wall and -Werror
if test "x$GCC" = "xyes"; then
 # see about adding some extra checks if the compiler takes them
 for flag in -Wall -Werror -Wdeclaration-after-statement ; do