Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5, 10.0
-
Component/s: Compiling
-
Labels:None
-
Environment: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
|