diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-08-11 13:26:54 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-08-24 01:05:48 +0200 |
commit | a6e215f221b1ed71eba2f313fb0102647d84f854 (patch) | |
tree | 2eab1e74c75821e27de72d299f1e35a4744bdf5a /client/mysqlcheck.c | |
parent | d5a6bae7c0bbef9963b73b064bec3ae1e47ec45c (diff) | |
download | mariadb-git-a6e215f221b1ed71eba2f313fb0102647d84f854.tar.gz |
Fix compilation warnings in plugins
* update cracklib_password_check to match the new prototype
* cannot use __attribute__((format)) for my_snprintf, because
we support format extensions that the compiler doesn't know about.
Diffstat (limited to 'client/mysqlcheck.c')
-rw-r--r-- | client/mysqlcheck.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/mysqlcheck.c b/client/mysqlcheck.c index c633be6b734..d5938776452 100644 --- a/client/mysqlcheck.c +++ b/client/mysqlcheck.c @@ -19,8 +19,6 @@ /* By Jani Tolonen, 2001-04-20, MySQL Development Team */ #define CHECK_VERSION "2.7.4-MariaDB" -/* Avoid warnings from %'s format */ -#define USING_MARIADB_SNPRINTF_EXTENSIONS #include "client_priv.h" #include <m_ctype.h> |