<<< Date Index >>>     <<< Thread Index >>>

Re: feature freeze?



On 2006-08-16 21:54:49 +0200, Moritz Barsnick wrote:
> * The 'll' issue is not important, and I have seen some build
>   environments hack around this.

One should probably detect if the compiler is gcc, and in this case,
use the -std=gnu99 option (the default is -std=gnu89, according to
the gcc man page).

> * The 'ISO C forbids an empty source file' issue is very peculiar.
>   config.h is _not_ empty, AFAICT.

Anyway, I don't think that ISO C forbids empty sources. The C9X draft
I've here says: "A source file that is not empty shall end in [...]".
It wouldn't say that if they were forbidden.

> * The 'mktemp' vs. 'mkstemp' is a not so recent glibc warning. Could be
>   worked around by checking for mkstemp() and using it if available.

And there are other warnings (one concerning a variable that is not
used, I don't remember which one).

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA