diff options
author | Alexander Barkov <bar@mariadb.org> | 2013-07-08 10:37:09 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2013-07-08 10:37:09 +0400 |
commit | e2461d47cbb62c8b804ce72dfc521f963786997a (patch) | |
tree | 807653e9cb115d1c950e7f3fdb3d109ccbc5196b /storage/connect/tabvct.cpp | |
parent | 66c1665e8991fcc0eda64b63350b46e424e32861 (diff) | |
download | mariadb-git-e2461d47cbb62c8b804ce72dfc521f963786997a.tar.gz |
Fixing the "no previous declaration for ‘_strerror'" warning.
modified:
storage/connect/filamvct.cpp
storage/connect/osutil.c
storage/connect/tabvct.cpp
Diffstat (limited to 'storage/connect/tabvct.cpp')
-rw-r--r-- | storage/connect/tabvct.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/connect/tabvct.cpp b/storage/connect/tabvct.cpp index 7a16d2baf0c..8c2474d61a2 100644 --- a/storage/connect/tabvct.cpp +++ b/storage/connect/tabvct.cpp @@ -49,7 +49,6 @@ #include <sys/stat.h> #include <unistd.h> #include <errno.h> -//#define strerror(X) _strerror(X) #define NO_ERROR 0 #else #include <io.h> |