<!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 <kou****@clear*****></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Date</dt>
<dd style="margin-left: 8.5em">2013-06-11 14:07:21 +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/7e9fa932f0c48446b5a2c50f9b345cbc698a4502">7e9fa932f0c48446b5a2c50f9b345cbc698a4502</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, "Liberation Mono", Courier, monospace; line-height: 1.2; padding: 0.5em; width: auto">clang: suppress warnings
lib/expr.c:4178:63: warning: passing 'uint32_t *'
(aka 'unsigned int *') to parameter of type 'int *' converts between
pointers to integer types with different sign [-Wpointer-sign]
if (grn_column_index(ctx, *p, c->op, &index, 1, &sid)) {
^~~~
include/groonga.h:1854:69: note: passing argument
to parameter 'section' here
grn_obj **indexbuf, int buf_size, int *section);
^
lib/expr.c:4183:63: warning: passing 'uint32_t *'
(aka 'unsigned int *') to parameter of type 'int *' converts between
pointers to integer types with different sign [-Wpointer-sign]
if (grn_column_index(ctx, *p, c->op, &index, 1, &sid)) {
^~~~
include/groonga.h:1854:69: note: passing argument
to parameter 'section' here
grn_obj **indexbuf, int buf_size, int *section);
^</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/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#diff-0">lib/expr.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, "Liberation Mono", 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/expr.c (+1 -1)</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, "Liberation Mono", 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/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0L4170">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0L4171">4171</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0L4172">4172</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0L4173">4173</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/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0L4174">4174</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0L4175">4175</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0L4176">4176</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0L4177">4177</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", 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/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0R4170">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0R4171">4171</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0R4172">4172</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0R4173">4173</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </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/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0R4174">4174</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0R4175">4175</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0R4176">4176</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/7e9fa932f0c48446b5a2c50f9b345cbc698a4502#L0R4177">4177</a></span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", 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">@@ -4171,7 +4171,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">scan_info_build(grn_ctx *ctx, grn_obj *expr, int *n,</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> sis[i++] = si;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> /* better index resolving framework for functions should be implemented */</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> {</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- uint32_t sid;</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ int sid;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> grn_obj *index, **p = si->args, **pe = si->args + si->nargs;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> for (; p < pe; p++) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> if (GRN_DB_OBJP(*p)) {</span>
</pre>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>