Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 10:32:42 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r264753 - user/pho/stress2/lib
Message-ID:  <201404221032.s3MAWg40068314@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404221032.s3MAWg40068314>