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

Fix compiler warnings GCC8

This commit is contained in:
Noel Kuntze
2019-05-31 04:18:24 +02:00
committed by Robert Bindar
parent 0d5d8d2e7a
commit 46553c2508
16 changed files with 62 additions and 64 deletions

View File

@@ -378,7 +378,7 @@ bool LIBXMLDOC::Initialize(PGLOBAL g, PCSZ entry, bool zipped)
if (zipped && InitZip(g, entry))
return true;
int n = xmlKeepBlanksDefault(1);
xmlKeepBlanksDefault(1);
return MakeNSlist(g);
} // end of Initialize