Branch: refs/heads/master Author: Masatake YAMATO yamato@redhat.com Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 07 Mar 2016 11:44:50 UTC Commit: 6180b102264fe94e58da76749a3ae8d6baecb54d https://github.com/geany/geany/commit/6180b102264fe94e58da76749a3ae8d6baecb5...
Log Message: ----------- suppress the compiler warnings by adding static
Signed-off-by: Masatake YAMATO yamato@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).