Commit d9175f38 authored by Olivier Bertrand's avatar Olivier Bertrand

- Remove GCC warnings

modified:
  storage/connect/jsonudf.cpp
  storage/connect/tabutil.h
parent 564d41fa
......@@ -44,7 +44,7 @@ DllExport void Json_Object_Grp_deinit(UDF_INIT*);
/***********************************************************************/
/* Allocate and initialise the memory area. */
/***********************************************************************/
my_bool JsonInit(UDF_INIT *initid, char *message, unsigned long reslen,
static my_bool JsonInit(UDF_INIT *initid, char *message, unsigned long reslen,
unsigned long memlen)
{
PGLOBAL g = PlugInit(NULL, memlen);
......
......@@ -118,7 +118,7 @@ class DllExport PRXCOL : public COLBLK {
virtual bool Init(PGLOBAL g, PTDBASE tp);
protected:
char *PRXCOL::Decode(PGLOBAL g, const char *cnm);
char *Decode(PGLOBAL g, const char *cnm);
// Default constructor not to be used
PRXCOL(void) {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment