Commit c5b631ce authored by Alexander Barkov's avatar Alexander Barkov

Fixing a warning:

- no previous declaration for ‘int PrepareColist

modified:
  storage/connect/taboccur.cpp
parent 63522ed3
...@@ -56,7 +56,7 @@ extern "C" int trace; ...@@ -56,7 +56,7 @@ extern "C" int trace;
/***********************************************************************/ /***********************************************************************/
/* Prepare and count columns in the column list. */ /* Prepare and count columns in the column list. */
/***********************************************************************/ /***********************************************************************/
int PrepareColist(char *colist) static int PrepareColist(char *colist)
{ {
char *p, *pn; char *p, *pn;
int n = 0; int n = 0;
......
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