Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/share/mk
Module Name: src
Committed By: he
Date: Tue Aug 9 15:24:26 UTC 2005
Modified Files:
src/share/mk: bsd.sys.mk
Log Message:
Gcc 2.95.3 doesn't support the -Wabi warning flag, so don't try to use
it there.
The vax port's va_start() macro uses a cast, so for the moment disable
the -Wold-style-cast warning flag for the old GCC as well (as vax is
the only remaining port using this compiler).
To generate a diff of this commit:
cvs rdiff -r1.121 -r1.122 src/share/mk/bsd.sys.mk
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