bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: inttypes.h error for Bison


From: Bruno Haible
Subject: Re: inttypes.h error for Bison
Date: Mon, 2 Jul 2007 03:44:09 +0200
User-agent: KMail/1.5.4

Joel E. Denny wrote:
> Using the same compiler options as for building Bison:
> 
> ---------------------------
> % gcc -std=gnu99 -I. -I. -I../lib -I../lib \
> -Wall -Wextra -Wno-sign-compare -Wcast-align -Wcast-qual -Wformat \
> -Wpointer-arith -Wwrite-strings -Wbad-function-cast -Wmissing-declarations \
> -Wmissing-prototypes -Wshadow -Wstrict-prototypes -Werror -E tmp.c \

gnulib does not support -Werror in general. Using -Werror may work on some
particular platforms, under some particular circumstances. But it general
it is not an achievable to goal to avoid _all_ warnings in _all_ circumstances.
Especially if you are asking for tons more warnings, as you do above.

Can you report a gnulib malfunction when -Werror is not used?

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]