Re: AC_C_CONST bug?
- From: Rainer Weikusat <rainer.weikusat@xxxxxxxxx>
- Date: Sun, 25 Mar 2007 16:27:40 +0200
"Bill Pursell" <bill.pursell@xxxxxxxxx> writes:
Given a stock autoconfiscated project,
If I run configure with CFLAGS="-Wall -Werror", the
macro AC_C_CONST incorrectly determines
that my system doesn't support const because
the test code includes some unused variables
and the -Wall -Werror causes it to fail.
Well then, don't do that. A compiler warning is a hint that may be
helpful or complete nonsense, depending on what caused it. That's why
it is called 'warning' and not 'error'.
.
- References:
- AC_C_CONST bug?
- From: Bill Pursell
- AC_C_CONST bug?
- Prev by Date: Re: Debian package without any dependencies or pre-dependencies
- Next by Date: test
- Previous by thread: Re: AC_C_CONST bug?
- Next by thread: Debian package without any dependencies or pre-dependencies
- Index(es):
Relevant Pages
|
|