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

Some minor fixes revealed as warnings by

Intel compiler.
This commit is contained in:
jani@a193-229-222-105.elisa-laajakaista.fi
2005-09-23 21:28:56 +03:00
parent acf218b708
commit 8d3036c35e
27 changed files with 28 additions and 25 deletions

View File

@@ -15,7 +15,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#ifdef __GNUC__
#if defined(__GNUC__) && defined(USE_PRAGMA_IMPLEMENTATION)
#pragma implementation
#endif