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

Commits on Jun 11, 2013

  1. clang: suppress a warning

    Define missing _GNU_SOURCE for mkostemp().
    
        lib/ii.c:7217:30: warning: implicit declaration
              of function 'mkostemp' is invalid in C99 [-Wimplicit-function-declaration]
                  ii_buffer->tmpfd = GRN_MKOSTEMP(ii_buffer->tmpfpath,
                                     ^
        lib/groonga_in.h:523:45: note: expanded from
              macro 'GRN_MKOSTEMP'
        #  define GRN_MKOSTEMP(template,flags,mode) mkostemp(template,flags)
                                                    ^
    kou committed Jun 11, 2013
    Copy the full SHA
    4231375 View commit details
    Browse the repository at this point in the history