[Home]

Summary:ASTERISK-27607: [patch] res_config_mysql: Avoid the header mysql_version.h.
Reporter:Alexander Traud (traud)Labels:
Date Opened:2018-01-22 08:41:12.000-0600Date Closed:2018-01-23 12:16:44.000-0600
Priority:TrivialRegression?
Status:Closed/CompleteComponents:Addons/res_config_mysql
Versions:13.19.0 15.2.0 Frequency of
Occurrence
Related
Issues:
Environment:FreeBSD 11.1 compiler clangAttachments:
Description:{code}mysql_version.h:3:2: #warning This file should not be included by clients, include only <mysql.h> [-Wcpp]{code}On FreeBSD 11.1, the default compiler clang reports the above.

*Steps to reproduce*
# pkg install gmake
# pkg install libedit jansson e2fsprogs-libuuid sqlite3 libxml2
# pkg install mysql57-client
# fetch --no-verify-peer http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-13-current.tar.gz
# tar \-zxf asterisk\-*
# cd asterisk-*
# ./configure --without-pjproject-bundled
# gmake menuselect.makeopts
# ./menuselect/menuselect res_config_mysql
# gmake
Comments:By: Friendly Automation (friendly-automation) 2018-01-23 12:16:44.808-0600

Change 8036 merged by Jenkins2:
res_config_mysql: Avoid the header mysql_version.h.

[https://gerrit.asterisk.org/8036|https://gerrit.asterisk.org/8036]

By: Friendly Automation (friendly-automation) 2018-01-23 12:20:37.617-0600

Change 8037 merged by Jenkins2:
res_config_mysql: Avoid the header mysql_version.h.

[https://gerrit.asterisk.org/8037|https://gerrit.asterisk.org/8037]

By: Friendly Automation (friendly-automation) 2018-01-23 12:24:59.854-0600

Change 8035 merged by Jenkins2:
res_config_mysql: Avoid the header mysql_version.h.

[https://gerrit.asterisk.org/8035|https://gerrit.asterisk.org/8035]