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

Fixed compiler warnings from gcc and clang 5.0.1

This commit is contained in:
Monty
2020-05-12 18:56:41 +03:00
parent 9bf479b0cf
commit 4ea171ffab
16 changed files with 46 additions and 46 deletions

View File

@@ -52,7 +52,6 @@
/* DB static variables. */
/***********************************************************************/
extern int num_read, num_there, num_eq[2]; // Statistics
static const longlong M2G = 0x80000000;
char BINCOL::Endian = 'H';
/***********************************************************************/