Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/lib/libedit
Can we please stop abusing the notation of "GCC is available" to mean
"GCC is used"? If you want a GCC-specific warning flag, at least put it
into CWARNFLAGS.gcc. I'm actually in favour of dropping this
unconditionally -- GCC 4.1 is just behaving way too lax for this option
to make sense.
Joerg
On Sat, Jul 30, 2011 at 10:07:27AM +0000, Matthias Scheler wrote:
> Module Name: src
> Committed By: tron
> Date: Sat Jul 30 10:07:27 UTC 2011
>
> Modified Files:
> src/lib/libedit: Makefile
>
> Log Message:
> Don't use "-Wconversion" with GCC 4.5 which will complain about all the
> expressions where signed variables are converted to unsigned in an
> expression e.g. "size_t foo = sizeof(something) * int_var;".
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.46 -r1.47 src/lib/libedit/Makefile
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>
Home |
Main Index |
Thread Index |
Old Index