summaryrefslogtreecommitdiff
path: root/extra/yassl/include
diff options
context:
space:
mode:
authorStaale Smedseng <staale.smedseng@sun.com>2010-02-22 14:23:47 +0100
committerStaale Smedseng <staale.smedseng@sun.com>2010-02-22 14:23:47 +0100
commit57a40848848274a83313f0d57bb184307e0ff87b (patch)
tree562de7e644892982f4ad885d065ea71e60181fc2 /extra/yassl/include
parent7d8bed112c7ddb59b134102f36999dedce370823 (diff)
downloadmariadb-git-57a40848848274a83313f0d57bb184307e0ff87b.tar.gz
Bug #43414 Parenthesis (and other) warnings compiling
MySQL with gcc 4.3.2 This is the final patch in the context of this bug. cmd-line-utils/readline/rlmbutil.h: Changed in a previous patch, reverted by a backport. cmd-line-utils/readline/text.c: Static var initialization. extra/yassl/include/yassl_error.hpp: SetErrorString handles errors outside of the YasslError enum. extra/yassl/src/ssl.cpp: SetErrorString handles errors outside of the YasslError enum. extra/yassl/src/yassl_error.cpp: SetErrorString handles errors outside of the YasslError enum.
Diffstat (limited to 'extra/yassl/include')
-rw-r--r--extra/yassl/include/yassl_error.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/include/yassl_error.hpp b/extra/yassl/include/yassl_error.hpp
index 63fa9a761ba..d2473fb3e2b 100644
--- a/extra/yassl/include/yassl_error.hpp
+++ b/extra/yassl/include/yassl_error.hpp
@@ -64,7 +64,7 @@ enum YasslError {
enum Library { yaSSL_Lib = 0, CryptoLib, SocketLib };
enum { MAX_ERROR_SZ = 80 };
-void SetErrorString(YasslError, char*);
+void SetErrorString(unsigned long, char*);
/* remove for now, if go back to exceptions use this wrapper
// Base class for all yaSSL exceptions