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:
parent
6e7da9380b
commit
735c961ae6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user