svn commit: r264753 - user/pho/stress2/lib

Peter Holm pho at FreeBSD.org
Tue Apr 22 10:32:42 UTC 2014


Author: pho
Date: Tue Apr 22 10:32:41 2014
New Revision: 264753
URL: http://svnweb.freebsd.org/changeset/base/264753

Log:
  Compiler warning.
  
  Sponsored by:	EMC / Isilon storage division

Modified:
  user/pho/stress2/lib/main.c

Modified: user/pho/stress2/lib/main.c
==============================================================================
--- user/pho/stress2/lib/main.c	Tue Apr 22 07:18:59 2014	(r264752)
+++ user/pho/stress2/lib/main.c	Tue Apr 22 10:32:41 2014	(r264753)
@@ -43,7 +43,8 @@ __FBSDID("$FreeBSD$");
 
 #include "stress.h"
 
-static char const rcsid[] = "$Name:  $ $FreeBSD$";
+static char const rcsid[] __unused =
+    "$Name:  $ $FreeBSD$";
 
 volatile int done_testing;
 static int cleanupcalled = 0;


More information about the svn-src-user mailing list