svn commit: r192729 - projects/jbuild/usr.bin/make

John Birrell jb at FreeBSD.org
Mon May 25 06:33:11 UTC 2009


Author: jb
Date: Mon May 25 06:33:11 2009
New Revision: 192729
URL: http://svn.freebsd.org/changeset/base/192729

Log:
  Flag an arg as unused for the 'make' build. It is used when building as 'jbuild'.

Modified:
  projects/jbuild/usr.bin/make/job.c

Modified: projects/jbuild/usr.bin/make/job.c
==============================================================================
--- projects/jbuild/usr.bin/make/job.c	Mon May 25 06:29:02 2009	(r192728)
+++ projects/jbuild/usr.bin/make/job.c	Mon May 25 06:33:11 2009	(r192729)
@@ -3287,7 +3287,7 @@ shellneed(ArgArray *aa, char *cmd)
  *	The node's 'made' field may be set to ERROR.
  */
 static int
-Compat_RunCommand(char *cmd, GNode *gn, FILE *mfp)
+Compat_RunCommand(char *cmd, GNode *gn, FILE *mfp __unused)
 {
 	ArgArray	aa;
 	char		*cmdStart;	/* Start of expanded command */


More information about the svn-src-projects mailing list