From d857322dc6ccea3fb582e19c76f3256628cd42f8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 30 Mar 2009 21:15:17 +0000 Subject: [PATCH] testevs.c: avoid 2 more warnings * test/testevs.c: Declare global to be "static const". git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1952 fd59a12c-fef9-0310-b244-a6a79926bd2f --- test/testevs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testevs.c b/test/testevs.c index 802f3bba..55e0d341 100644 --- a/test/testevs.c +++ b/test/testevs.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2004 MontaVista Software, Inc. - * Copyright (c) 2006-2008 Red Hat, Inc. + * Copyright (c) 2006-2009 Red Hat, Inc. * * All rights reserved. * @@ -44,7 +44,7 @@ #include #include -char *delivery_string; +static const char *delivery_string; int deliveries = 0; void evs_deliver_fn (