From e98378472c2b9d03497004dd897abfd22c81f385 Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Wed, 2 Feb 2011 09:44:13 -0800 Subject: [PATCH] mount.ceph: put static at the beginning of decl To squash a gcc warning. Signed-off-by: Colin McCabe --- src/mount/mount.ceph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mount/mount.ceph.c b/src/mount/mount.ceph.c index db0581ee2b853..41e21ae5df8a3 100755 --- a/src/mount/mount.ceph.c +++ b/src/mount/mount.ceph.c @@ -12,7 +12,7 @@ #define BUF_SIZE 128 int verboseflag = 0; -const static char * const EMPTY_STRING = ""; +static const char * const EMPTY_STRING = ""; #include "mtab.c" -- 2.39.5