Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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:- Loading branch information