Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libedit
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