From: Colin Patrick McCabe Date: Wed, 2 Feb 2011 17:44:13 +0000 (-0800) Subject: mount.ceph: put static at the beginning of decl X-Git-Tag: v0.25~231^2~8^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e98378472c2b9d03497004dd897abfd22c81f385;p=ceph.git mount.ceph: put static at the beginning of decl To squash a gcc warning. Signed-off-by: Colin McCabe --- diff --git a/src/mount/mount.ceph.c b/src/mount/mount.ceph.c index db0581ee2b85..41e21ae5df8a 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"