mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 07:23:03 +01:00
Make debug build raise the same warning as in release build.
This commit is contained in:
parent
8729f2b9f3
commit
3b56361d60
@ -2891,7 +2891,7 @@ static void install( qli_dbb* old_dbb)
|
|||||||
|
|
||||||
get_database_type(new_dbb);
|
get_database_type(new_dbb);
|
||||||
set_capabilities(new_dbb);
|
set_capabilities(new_dbb);
|
||||||
#ifndef DEV_BUILD
|
|
||||||
if (new_dbb->dbb_capabilities & DBB_cap_nodyn)
|
if (new_dbb->dbb_capabilities & DBB_cap_nodyn)
|
||||||
{
|
{
|
||||||
const char* str = new_dbb->dbb_filename;
|
const char* str = new_dbb->dbb_filename;
|
||||||
@ -2899,7 +2899,6 @@ static void install( qli_dbb* old_dbb)
|
|||||||
str = name->nam_string;
|
str = name->nam_string;
|
||||||
ERRQ_msg_put(530, str);
|
ERRQ_msg_put(530, str);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
// Get all relations in database. For each relation make up a
|
// Get all relations in database. For each relation make up a
|
||||||
// relation block, make up a symbol block, and insert the symbol
|
// relation block, make up a symbol block, and insert the symbol
|
||||||
|
Loading…
Reference in New Issue
Block a user