8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00

-Remove msvc unused var warning

This commit is contained in:
brodsom 2003-09-15 16:29:31 +00:00
parent 5767336c05
commit 3816635fab

View File

@ -123,7 +123,11 @@ int CLIB_ROUTINE main( int argc, char *argv[])
* to ib_stdout.
*
**************************************/
SLONG redir_in, redir_out, redir_err;
#ifdef SERVICE_REDIRECT
SLONG redir_in;
SLONG redir_out;
SLONG redir_err;
#endif
OUTFILE outfile = ib_stdout;