Commit 7f08277b authored by Alexander Barkov's avatar Alexander Barkov

Fixing "unused label" warning.

modified:
  storage/connect/CMakeLists.txt
  storage/connect/tabmul.cpp
parent 2787dcb0
......@@ -48,7 +48,6 @@ IF(UNIX)
add_definitions(-Wno-unused-but-set-variable)
add_definitions(-Wno-unused-value)
add_definitions(-Wno-unused-function)
add_definitions(-Wno-unused-label)
add_definitions(-Wno-parentheses)
add_definitions(-Wno-missing-declarations)
add_definitions(-Wno-int-to-pointer-cast)
......
......@@ -271,7 +271,10 @@ bool TDBMUL::InitFileNames(PGLOBAL g)
} // endif Mul
#if defined(WIN32)
suite:
#endif
if (n) {
Filenames = (char**)PlugSubAlloc(g, NULL, n * sizeof(char*));
......
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