Mail Archives: djgpp-workers/2003/06/11/16:01:42
Eli Zaretskii wrote:
>
... snip ...
>
> Sigh. This is not the list of options in CVS. Here's what's in CVS;
> please use that:
>
> -MD
> -O2
> -mcpu=pentium
> -march=i386
> -Wall
> -Wbad-function-cast
> -Wcast-qual
> -Werror
> -Wmissing-declarations
> -Wmissing-prototypes
> -Wpointer-arith
> -Wshadow
> -Wstrict-prototypes
> -Wwrite-strings
> -Wundef
> -Wcast-align
> -Wsign-compare
sigh. That gives me:
[1] c:\c\malloc>*gcc @gcc.op3 -c nmalloc.c -o malloc.o
nmalloc.c:86:5: "DEBUGM" is not defined
nmalloc.c:86:15: "DEBUGF" is not defined
nmalloc.c:86:25: "DEBUGR" is not defined
nmalloc.c:245:5: "DEBUGM" is not defined
nmalloc.c:245:15: "DEBUGF" is not defined
nmalloc.c:245:25: "DEBUGR" is not defined
nmalloc.c:366:5: "DEBUGM" is not defined
nmalloc.c:366:15: "DEBUGF" is not defined
nmalloc.c:366:25: "DEBUGR" is not defined
nmalloc.c:371:5: "DEBUGM" is not defined
nmalloc.c:371:15: "DEBUGF" is not defined
nmalloc.c:371:25: "DEBUGR" is not defined
nmalloc.c:760:5: "DEBUGM" is not defined
nmalloc.c:806:5: "DEBUGF" is not defined
nmalloc.c:962:5: "DEBUGR" is not defined
I will upload another revision after midnight here, so that it has
a distinctive date. (*gcc above avoids the alias for gcc, which in
turn enforces -ansi - pedantic -W -Wall -gstabs+). Probably means
I will have to avoid the simple "#ifdef DEBUGx" lines, which allow
concentrating debugisms on malloc, free, or realloc.
--
Chuck F (cbfalconer AT yahoo DOT com) (cbfalconer AT worldnet DOT att DOT net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net> USE worldnet address!
- Raw text -