Commit 8b9ed85b authored by Olivier Bertrand's avatar Olivier Bertrand

- Remove a gcc warning

modified:
  storage/connect/xindex.cpp
parent 3a69c854
...@@ -411,7 +411,7 @@ bool XINDEX::Make(PGLOBAL g, PIXDEF sxp) ...@@ -411,7 +411,7 @@ bool XINDEX::Make(PGLOBAL g, PIXDEF sxp)
kcp = new(g) KXYCOL(this); kcp = new(g) KXYCOL(this);
if (kcp->Init(g, colp, n, true, NULL)) if (kcp->Init(g, colp, n, true, 0))
return true; return true;
if (trace) if (trace)
......
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