[Groonga-commit] groonga/groonga at 064bf7d [master] test: add a missing static specifier

Back to archive index

susumu.yata null+****@clear*****
Mon May 12 11:01:48 JST 2014


susumu.yata	2014-05-12 11:01:48 +0900 (Mon, 12 May 2014)

  New Revision: 064bf7de42445fede09a9642fd16948871a611be
  https://github.com/groonga/groonga/commit/064bf7de42445fede09a9642fd16948871a611be

  Message:
    test: add a missing static specifier
    
    Redmine: fixes #2550

  Modified files:
    test/unit/core/test-tiny-array.c

  Modified: test/unit/core/test-tiny-array.c (+2 -2)
===================================================================
--- test/unit/core/test-tiny-array.c    2014-05-08 16:51:07 +0900 (6fd0ab5)
+++ test/unit/core/test-tiny-array.c    2014-05-12 11:01:48 +0900 (3ee5228)
@@ -1,6 +1,6 @@
 /* -*- c-basic-offset: 2; coding: utf-8 -*- */
 /*
-  Copyright (C) 2012  Brazil Inc.
+  Copyright (C) 2012-2014  Brazil Inc.
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -39,7 +39,7 @@ cut_teardown(void)
   grn_ctx_fin(&ctx);
 }
 
-void
+static void
 test_basic_operations(uint16_t element_size, uint16_t flags)
 {
   grn_id id;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index