1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-22570 fixup: Silence clang -Wunneeded-internal-declaration

This commit is contained in:
Marko Mäkelä
2023-02-16 13:35:21 +02:00
parent 2e431ff7e6
commit a6874341dd

View File

@@ -39,6 +39,7 @@ static bool provider_plugin_enabled= false;
/* Prototype for provider system variables */
static char *dummy_str= 0;
__attribute__((unused))
static MYSQL_SYSVAR_STR(proto_string, dummy_str, 0, 0, 0, 0, "");