diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-04-13 19:44:22 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-04-13 19:44:22 +0200 |
commit | 24516289237d5677f0624b1f37306ec505a6db8b (patch) | |
tree | 100a7d06edd3f5c08cec39256f45661a0a0d27a7 /storage/sphinx | |
parent | 85a025f30c5196c22c5b1d7960912fe9b3f0d6c0 (diff) | |
download | mariadb-git-24516289237d5677f0624b1f37306ec505a6db8b.tar.gz |
Fixed some simple warnings on Windows.
Diffstat (limited to 'storage/sphinx')
-rw-r--r-- | storage/sphinx/ha_sphinx.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/sphinx/ha_sphinx.cc b/storage/sphinx/ha_sphinx.cc index 4d6b729196c..27a463bf61f 100644 --- a/storage/sphinx/ha_sphinx.cc +++ b/storage/sphinx/ha_sphinx.cc @@ -50,7 +50,6 @@ #else // Windows-specific #include <io.h> - #define strcasecmp stricmp #define snprintf _snprintf #define RECV_FLAGS 0 |