mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixing compiler warnings ("no previous declaration for ...")
added: storage/connect/rcmsg.h modified: storage/connect/CMakeLists.txt storage/connect/odbconn.cpp storage/connect/plgdbutl.cpp storage/connect/plugutil.c storage/connect/rcmsg.c storage/connect/tabodbc.cpp
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
#include "xtable.h" // header of TBX, TDB and TDBASE classes
|
||||
#include "tabcol.h" // header of XTAB and COLUMN classes
|
||||
#include "valblk.h"
|
||||
#include "rcmsg.h"
|
||||
|
||||
/***********************************************************************/
|
||||
/* Macro or external routine definition */
|
||||
@@ -129,7 +130,6 @@ void CloseXMLFile(PGLOBAL, PFBLOCK, bool);
|
||||
void CloseXML2File(PGLOBAL, PFBLOCK, bool);
|
||||
#endif // LIBXML2_SUPPORT
|
||||
|
||||
extern "C" int GetRcString(int id, char *buf, int bufsize);
|
||||
|
||||
/***********************************************************************/
|
||||
/* Routines for file IO with error reporting to g->Message */
|
||||
|
Reference in New Issue
Block a user