1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-27229 fixup: GCC -Wunused-function

This commit is contained in:
Marko Mäkelä
2022-01-25 09:00:18 +02:00
parent 050508672c
commit 93756c992f

View File

@@ -1081,12 +1081,14 @@ void Histogram_json_hb::serialize(Field *field)
}
#ifndef DBUG_OFF
static int SGN(int x)
{
if (!x)
return 0;
return (x < 0)? -1 : 1;
}
#endif
/*