Commit a6874341 authored by Marko Mäkelä's avatar Marko Mäkelä

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

parent 2e431ff7
......@@ -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, "");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment