8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 06:43:03 +01:00

Remove msvc unused variable warning.

This commit is contained in:
brodsom 2003-09-15 14:49:57 +00:00
parent 6e7da9380b
commit 735c961ae6

View File

@ -281,7 +281,11 @@ int CLIB_ROUTINE main(int argc, char **argv)
bool sw_record = false;
bool sw_relation = false;
SLONG page;
SLONG redir_in, redir_out, redir_err;
#ifdef SERVICE_REDIRECT
SLONG redir_in;
SLONG redir_out;
SLONG redir_err;
#endif
UCHAR *vp, *vend;
isc_db_handle db_handle = NULL;
#ifdef SUPERSERVER