On 7 Jan 2002, "John E. Malmberg" <[EMAIL PROTECTED]> wrote: > With the default warning level, some of the failures are silent, but can > cause incorrect code to be generated. > > In particular, malloc() will be substituted for the built in alloca() > macro, unless Tru64 has the alloca.h header file.
That will cause a very minor memory leak, I think. > A cross platform product with multiple maintainers generally needs to have > as high a warning level set as can be practically maintained. I'd agree with that on the whole, so long as it doesn't require twisting the code too much. -- Martin