diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2015-02-19 01:25:31 +0100 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2015-02-19 01:25:31 +0100 |
commit | d9175f38227398c4084992809ec30cd48752d90d (patch) | |
tree | 5643b9d3b61af4a80cc29dc2fdd07a438a6ad28d /storage/connect/tabutil.h | |
parent | 564d41faf4938596c7f0bccd56a4f820048dc031 (diff) | |
download | mariadb-git-d9175f38227398c4084992809ec30cd48752d90d.tar.gz |
- Remove GCC warnings
modified:
storage/connect/jsonudf.cpp
storage/connect/tabutil.h
Diffstat (limited to 'storage/connect/tabutil.h')
-rw-r--r-- | storage/connect/tabutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/tabutil.h b/storage/connect/tabutil.h index d9db8751a65..c5935d72184 100644 --- a/storage/connect/tabutil.h +++ b/storage/connect/tabutil.h @@ -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) {} |