[Bug 485] ash debug output segmentation fault

bugzilla at busybox.net bugzilla at busybox.net
Thu Jul 23 21:12:13 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=485





--- Comment #5 from Earl Chew <earl_chew at agilent.com>  2009-07-23 21:12:12 UTC ---
(In reply to comment #2)
> # make
>   CC      shell/ash.o
> cc1: warnings being treated as errors
> shell/ash.c:10163: error: 'isneof' defined but not used
> make[1]: *** [shell/ash.o] Error 1
> make: *** [shell] Error 2
> 

Oops ... need to wrap in DEBUG:

#ifdef DEBUG
static int isneof(union node *n)
{
        return n == NEOF;
}
#endif


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list