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*); ...@@ -44,7 +44,7 @@ DllExport void Json_Object_Grp_deinit(UDF_INIT*);
/***********************************************************************/ /***********************************************************************/
/* Allocate and initialise the memory area. */ /* 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) unsigned long memlen)
{ {
PGLOBAL g = PlugInit(NULL, memlen); PGLOBAL g = PlugInit(NULL, memlen);
......
...@@ -118,7 +118,7 @@ class DllExport PRXCOL : public COLBLK { ...@@ -118,7 +118,7 @@ class DllExport PRXCOL : public COLBLK {
virtual bool Init(PGLOBAL g, PTDBASE tp); virtual bool Init(PGLOBAL g, PTDBASE tp);
protected: protected:
char *PRXCOL::Decode(PGLOBAL g, const char *cnm); char *Decode(PGLOBAL g, const char *cnm);
// Default constructor not to be used // Default constructor not to be used
PRXCOL(void) {} 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