diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-10-22 13:18:38 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-10-22 14:51:45 +0200 |
commit | 2aa51f528fd5d23cc54eca8fbd07e88e7b2993c7 (patch) | |
tree | 307e5e223ff4f1a76fa219e4bb8f8f8add91bc39 /storage/connect/rcmsg.h | |
parent | 9d2e2d753323a934604d25144b9d1ecaf34b47d8 (diff) | |
download | mariadb-git-2aa51f528fd5d23cc54eca8fbd07e88e7b2993c7.tar.gz |
Various compier warnings
gcc 5.4 and 7.1, Debug and Release builds
Diffstat (limited to 'storage/connect/rcmsg.h')
-rw-r--r-- | storage/connect/rcmsg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/rcmsg.h b/storage/connect/rcmsg.h index b22e77f5175..499ca3b2dd4 100644 --- a/storage/connect/rcmsg.h +++ b/storage/connect/rcmsg.h @@ -5,7 +5,7 @@ extern "C" { #endif -char *GetMsgid(int id); +const char *GetMsgid(int id); int GetRcString(int id, char *buf, int bufsize); #ifdef __cplusplus |