Navigation Menu

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: groonga/groonga
base: 2873a4c48b5c
Choose a base ref
...
head repository: groonga/groonga
compare: 59c3ec43de8e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 10, 2012

  1. clang: suppress a warning

    db.c:3260:50: warning: variable 'key_size' is uninitialized when used here
          [-Wuninitialized]
          if ((id1 = grn_table_get(ctx, table1, key, key_size))) {
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
    ../include/groonga.h:1041:82: note: expanded from macro 'GRN_TABLE_EACH'
      ...(grn_array *)(table), (head), (tail), (id), (value), block);\
                                                              ^
    ../include/groonga.h:2734:7: note: expanded from macro 'GRN_ARRAY_EACH'
          block\
          ^~~~~
    db.c:3255:20: note: initialize the variable 'key_size' to silence this warning
      uint32_t key_size;
                       ^
                        = 0
    kou committed Aug 10, 2012
    Copy the full SHA
    59c3ec4 View commit details
    Browse the repository at this point in the history