[geany/geany] 6180b1: suppress the compiler warnings by adding static

Masatake YAMATO git-noreply at xxxxx
Mon Mar 7 11:44:50 UTC 2016


Branch:      refs/heads/master
Author:      Masatake YAMATO <yamato at redhat.com>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 07 Mar 2016 11:44:50 UTC
Commit:      6180b102264fe94e58da76749a3ae8d6baecb54d
             https://github.com/geany/geany/commit/6180b102264fe94e58da76749a3ae8d6baecb54d

Log Message:
-----------
suppress the compiler warnings by adding static

Signed-off-by: Masatake YAMATO <yamato at redhat.com>
X-Universal-CTags-Commit-ID: 9be84d26c1fd1653f20e9feda6a67484f7e86bd9


Modified Paths:
--------------
    tagmanager/ctags/objc.c

Modified: tagmanager/ctags/objc.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -565,7 +565,7 @@ static void parseFields (vString * const ident, objcToken what)
 	}
 }
 
-objcKind methodKind;
+static objcKind methodKind;
 
 
 static vString *fullMethodName;



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list