Browse Source

Fixed yet another compiler warning.

pull/73/head
Sergey Vojtovich 11 years ago
parent
commit
260727adc6
  1. 2
      client/mysqltest.cc

2
client/mysqltest.cc

@ -5883,7 +5883,7 @@ void do_connect(struct st_command *command)
{
int con_port= opt_port;
char *con_options;
char *ssl_cipher= 0;
char *ssl_cipher __attribute__((unused))= 0;
my_bool con_ssl= 0, con_compress= 0;
my_bool con_pipe= 0;
my_bool con_shm __attribute__ ((unused))= 0;

Loading…
Cancel
Save