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

Commits on Jun 11, 2013

  1. clang: suppress warnings

    Cast to "char *" explicitly.
    
        lib/hash.c:1321:16: warning: returning
              'uint8_t [4]' from a function with result type 'char *' converts between
              pointers to integer types with different sign [-Wpointer-sign]
                return entry->io_entry.key.buf;
                       ^~~~~~~~~~~~~~~~~~~~~~~
        lib/hash.c:1327:16: warning: returning
              'uint8_t [8]' from a function with result type 'char *' converts between
              pointers to integer types with different sign [-Wpointer-sign]
                return entry->tiny_entry.key.buf;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
        lib/hash.c:1334:14: warning: returning
              'uint8_t [4]' from a function with result type 'char *' converts between
              pointers to integer types with different sign [-Wpointer-sign]
              return entry->plain_entry.key;
                     ^~~~~~~~~~~~~~~~~~~~~~
        lib/hash.c:1336:14: warning: returning
              'uint8_t [1]' from a function with result type 'char *' converts between
              pointers to integer types with different sign [-Wpointer-sign]
              return entry->rich_entry.key_and_value;
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    kou committed Jun 11, 2013
    Copy the full SHA
    ba4f11d View commit details
    Browse the repository at this point in the history