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

Fixing a few "no previous declaration" warnings

modified:
  storage/connect/ha_connect.cc
  storage/connect/odbconn.cpp
  storage/connect/plgdbutl.cpp
  storage/connect/plugutil.c
  storage/connect/value.cpp
This commit is contained in:
Alexander Barkov
2013-05-13 15:23:24 +04:00
parent d22b1a0b35
commit 35a879d06d
5 changed files with 9 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ PSZ strlwr(PSZ s);
/* met when returning from TestValue for a given operator. */
/* Bit one is EQ, bit 2 is LT, and bit 3 is GT. */
/***********************************************************************/
BYTE OpBmp(PGLOBAL g, OPVAL opc)
static BYTE OpBmp(PGLOBAL g, OPVAL opc)
{
BYTE bt;