diff options
author | Dmitry Shulga <dmitry.shulga@mariadb.com> | 2020-10-08 00:48:47 +0700 |
---|---|---|
committer | Dmitry Shulga <dmitry.shulga@mariadb.com> | 2020-10-08 00:48:47 +0700 |
commit | b92597c220f3cff914cb0df76af6d19e2ca144b1 (patch) | |
tree | c4d24bd0943bc0a2eff9164dc64eb8f008ff3a10 /BUILD/compile-pentium-gcov | |
parent | 577c61e8be02acd08c41bd2b057fd831976171ac (diff) | |
download | mariadb-git-bb-10.2-MDEV-23564.tar.gz |
MDEV-23564: CMAKE failing due to deprecated Apple GSS methodbb-10.2-MDEV-23564
Some GSS-API functions like gss_import_name(), gss_release_buffer()
used in plugin/auth_gssapi and libmariadb/plugins/auth are marked
as deprecated in MacOS starting from version 10.14+. It results in
extra warnings output on server building.
To eliminate extra warnings the flag '-Wno-deprecated-declarations'
has been added to compiler invocation string for those source
files that invoke deprecated GSS-API functions.
Diffstat (limited to 'BUILD/compile-pentium-gcov')
0 files changed, 0 insertions, 0 deletions