[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] Remove a needless cast

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:41:48 JST 2012


Kouhei Sutou	2012-04-09 15:11:43 +0900 (Mon, 09 Apr 2012)

  New Revision: 89acb97488aafb8c9d3c82b213ecebe3c2cbc14f
  https://github.com/mroonga/mroonga/commit/89acb97488aafb8c9d3c82b213ecebe3c2cbc14f

  Log:
    Remove a needless cast

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2012-04-09 15:07:28 +0900 (1203de3)
+++ ha_mroonga.cc    2012-04-09 15:11:43 +0900 (a8a7674)
@@ -566,7 +566,7 @@ static char *mrn_log_file_path = NULL;
 static FILE *mrn_log_file = NULL;
 static bool mrn_log_file_opened = false;
 static grn_log_level mrn_log_level_default = GRN_LOG_DEFAULT_LEVEL;
-static ulong mrn_log_level = (ulong) mrn_log_level_default;
+static ulong mrn_log_level = mrn_log_level_default;
 char *mrn_default_parser = NULL;
 char *mrn_default_wrapper_engine = NULL;
 static char *mrn_libgroonga_version = (char *) grn_get_version();
-------------- next part --------------
HTML����������������������������...
Download 



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