Commit 818d0a56 authored by Olivier Bertrand's avatar Olivier Bertrand

Suppress a warning on unused variable.

modified:
  storage/connect/reldef.cpp
parent d0145eed
......@@ -90,7 +90,7 @@ TABDEF::TABDEF(void)
/***********************************************************************/
bool TABDEF::Define(PGLOBAL g, PCATLG cat, LPCSTR name, LPCSTR am)
{
char buf[8];
//char buf[8];
int poff = 0;
void *memp = cat->Descp;
......
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