Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
5.5(EOL), 10.0(EOL)
-
None
-
cmake . -DCMAKE_BUILD_TYPE=Debug && make gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1
Description
Line numbers from 5.5 revno 4381 |
/home/elenst/bzr/5.5/client/mysqltest.cc: In function 'void do_connect(st_command*)':
|
/home/elenst/bzr/5.5/client/mysqltest.cc:5886:9: warning: variable 'ssl_cipher' set but not used [-Wunused-but-set-variable]
|
char *ssl_cipher= 0;
|
^
|
Linking CXX executable mysqltest
|