aboutsummaryrefslogtreecommitdiff
path: root/mysql/libmysql/authentication_win/handshake.h
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-11-22 08:05:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-11-22 08:05:36 +0300
commit1b4032c74e36dfdbb2ba0063796dd7c2b924babd (patch)
treea700448990cea256eedec4d59b8b510ca03b8291 /mysql/libmysql/authentication_win/handshake.h
parentb1471ebbe9db90c472ff356bea6a7c8aedb45db9 (diff)
Explore possibility of supporting mingwmingw
Diffstat (limited to 'mysql/libmysql/authentication_win/handshake.h')
-rw-r--r--mysql/libmysql/authentication_win/handshake.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/mysql/libmysql/authentication_win/handshake.h b/mysql/libmysql/authentication_win/handshake.h
index 14b1386..15c0ca7 100644
--- a/mysql/libmysql/authentication_win/handshake.h
+++ b/mysql/libmysql/authentication_win/handshake.h
@@ -100,7 +100,10 @@ public:
Handshake(const char *ssp, side_t side);
virtual ~Handshake();
- int Handshake::packet_processing_loop();
+ /*
+ * error: extra qualification 'Handshake::' on member 'packet_processing_loop' [-fpermissive]
+ */
+ int packet_processing_loop();
bool virtual is_complete() const
{