<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
    <dl style="line-height: 1.5; margin-left: 2em">
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Author</dt>
      <dd style="margin-left: 8.5em">Kouhei Sutou &lt;kou****@clear*****&gt;</dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Date</dt>
      <dd style="margin-left: 8.5em">2013-06-11 15:53:26 +0900 (Tue, 11 Jun 2013)</dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">New Revision</dt>
      <dd style="margin-left: 8.5em"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c">e68275e8fcce4f07bfe077f3c9a082d92915299c</a></dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Message</dt>
      <dd style="margin-left: 8.5em"><pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; padding: 0.5em; width: auto">clang: suppress warnings

Add missing casts.

    lib/token.c:74:30: warning: passing 'byte *'
          (aka 'unsigned char *') to parameter of type 'const char *' converts
          between pointers to integer types with different sign [-Wpointer-sign]
                                 tokenizer-&gt;curr, 0,
                                 ^~~~~~~~~~~~~~~
    include/groonga/tokenizer.h:183:61: note:
          passing argument to parameter 'str_ptr' here
      ...const char *str_ptr, unsigned int str_length,
                     ^
    lib/token.c:84:30: warning: passing 'byte *'
          (aka 'unsigned char *') to parameter of type 'const char *' converts
          between pointers to integer types with different sign [-Wpointer-sign]
                                 tokenizer-&gt;curr, tokenizer-&gt;unit,
                                 ^~~~~~~~~~~~~~~
    include/groonga/tokenizer.h:183:61: note:
          passing argument to parameter 'str_ptr' here
      ...const char *str_ptr, unsigned int str_length,
                     ^</pre></dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Modified files</dt>
      <dd style="margin-left: 8.5em">
        <ul>
          <li><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#diff-0">lib/token.c</a></li>
        </ul>
      </dd>
    </dl>

    <div class="diff-section" style="clear: both">
      <table style="border-collapse: collapse; border: 1px solid #aaa">
        <thead>
          <tr class="diff-header" style="border: 1px solid #aaa">
            <td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: lib/token.c (+2 -2)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
            </td>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L70">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L71">71</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L72">72</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L73">73</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L74">74</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L75">75</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L76">76</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L77">77</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L80">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L81">81</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L82">82</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L83">83</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L84">84</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L85">85</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L86">86</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0L87">87</a></span>
</pre>
            </th>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R70">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R71">71</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R72">72</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R73">73</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R74">74</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R75">75</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R76">76</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R77">77</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R80">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R81">81</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R82">82</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R83">83</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R84">84</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R85">85</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R86">86</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/e68275e8fcce4f07bfe077f3c9a082d92915299c#L0R87">87</a></span>
</pre>
            </th>
            <td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -71,7 +71,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">uvector_next(grn_ctx *ctx, int nargs, grn_obj **args, grn_user_data *user_data)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">   byte *p = tokenizer-&gt;curr + tokenizer-&gt;unit;</span>
<span class="diff-not-changed" style="display: block; white-space: pre">   if (tokenizer-&gt;tail &lt; p) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     grn_tokenizer_token_push(ctx, &amp;(tokenizer-&gt;token),</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-                             tokenizer-&gt;curr, 0,</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+                             (const char *)tokenizer-&gt;curr, 0,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                              GRN_TOKENIZER_TOKEN_LAST);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">   } else {</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     grn_tokenizer_status status;</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -81,7 +81,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">uvector_next(grn_ctx *ctx, int nargs, grn_obj **args, grn_user_data *user_data)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">       status = GRN_TOKENIZER_TOKEN_CONTINUE;</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     }</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     grn_tokenizer_token_push(ctx, &amp;(tokenizer-&gt;token),</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-                             tokenizer-&gt;curr, tokenizer-&gt;unit,</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+                             (const char *)tokenizer-&gt;curr, tokenizer-&gt;unit,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                              status);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     tokenizer-&gt;curr = p;</span>
<span class="diff-not-changed" style="display: block; white-space: pre">   }</span>
</pre>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </body>
</html>