diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-25 20:12:37 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-25 21:15:00 +0300 |
commit | 743e0eebec9a1e7b2bf4ebd0ab4e190f5e587f2f (patch) | |
tree | ae70fa8ec2eba2e9ce6904fe55ab2225eed6dcc5 /build/bootstrap.build | |
parent | f23087e3394ecefa9959c77e08c6f6092b15887c (diff) |
Disable all warnings for gcc-class compilers
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 77ed4aa..8776705 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -24,7 +24,7 @@ using install # cmake/mysql_version.cmake for each package release. Also, while at it, check # that the protocol version is still correct (the PROTOCOL_VERSION variable). # -# See also how Debian/Fedora package libmariadb if trying to wrap your head +# See also how Debian/Fedora package libmysqlclient if trying to wrap your head # around this mess. # if ($version.major == 5 && $version.minor == 7 && $version.patch == 20) |