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: 59c3ec43de8e
Choose a base ref
...
head repository: groonga/groonga
compare: 97cc4d9ff652
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 10, 2012

  1. clang: suppress a warning

    db.c:3260:45: warning: variable 'key' 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:3254:12: note: initialize the variable 'key' to silence this warning
      void *key;
               ^
                = NULL
    kou committed Aug 10, 2012
    Copy the full SHA
    97cc4d9 View commit details
    Browse the repository at this point in the history