Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make
Module Name: src
Committed By: christos
Date: Mon Dec 18 15:06:16 UTC 2006
Modified Files:
src/usr.bin/make: make.c parse.c targ.c
Log Message:
>From Anon Ymous:
Removed two "(void)&" constructs as there is no setjmp() or vfork() insight.
Flagged a few parameters __unused so this will compile with -Wextra now.
To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 src/usr.bin/make/make.c
cvs rdiff -r1.125 -r1.126 src/usr.bin/make/parse.c
cvs rdiff -r1.46 -r1.47 src/usr.bin/make/targ.c
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