Commit 309f59a5 authored by Alexander Barkov's avatar Alexander Barkov

Fixing warnings:

- no previous declaration for ‘const char* PLGtoMYSQLtype
- no previous declaration for ‘int MYSQLtoPLG(int)’
- no previous declaration for ‘char* MyDateFmt(int)’
- no previous declaration for ‘char* MyDateFmt(char*)’
- no previous declaration for ‘int MYSQLtoPLG(char*)’
- no previous declaration for ‘enum_field_types PLGtoMYSQL

modified:
  storage/connect/myutil.cpp
parent 6dbc562b
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include "plgdbsem.h" #include "plgdbsem.h"
//#include "value.h" //#include "value.h"
//#include "valblk.h" //#include "valblk.h"
#include "myutil.h"
#define DLL_EXPORT // Items are exported from this DLL #define DLL_EXPORT // Items are exported from this DLL
/************************************************************************/ /************************************************************************/
......
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