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: b55836a1dba7
Choose a base ref
...
head repository: groonga/groonga
compare: 365080ebe58e
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Jan 10, 2015

  1. Suppress warnings on MinGW

        grn.h:133:0: warning: "strcasecmp" redefined
         #  define strcasecmp(s1, s2) _stricmp(s1, s2)
         ^
        In file included from /usr/share/mingw-w64/include/guiddef.h:148:0,
                         from /usr/share/mingw-w64/include/winnt.h:602,
                         from /usr/share/mingw-w64/include/minwindef.h:146,
                         from /usr/share/mingw-w64/include/windef.h:8,
                         from /usr/share/mingw-w64/include/windows.h:69,
                         from /usr/share/mingw-w64/include/winsock2.h:23,
                         from grn.h:103,
                         from db.c:17:
        /usr/share/mingw-w64/include/string.h:107:0: note: this is the location of the previous definition
         #define strcasecmp _stricmp
         ^
    
        suggest.c:27:0: warning: "strncasecmp" redefined
         # define strncasecmp(s1,s2,n) _strnicmp(s1,s2,n)
         ^
        In file included from /usr/share/mingw-w64/include/guiddef.h:148:0,
                         from /usr/share/mingw-w64/include/winnt.h:602,
                         from /usr/share/mingw-w64/include/minwindef.h:146,
                         from /usr/share/mingw-w64/include/windef.h:8,
                         from /usr/share/mingw-w64/include/windows.h:69,
                         from /usr/share/mingw-w64/include/winsock2.h:23,
                         from ../../lib/grn.h:103,
                         from ../../lib/grn_ctx.h:21,
                         from suggest.c:18:
    kou committed Jan 10, 2015
    Copy the full SHA
    365080e View commit details
    Browse the repository at this point in the history