mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:03:04 +01:00
Make commented code compilable when needed
This commit is contained in:
parent
10dfc7fb81
commit
b2a0cd5c38
@ -1044,6 +1044,8 @@ bool ISQL_errmsg(Firebird::IStatus* st)
|
||||
if (state & Firebird::IStatus::STATE_WARNINGS)
|
||||
{
|
||||
const ISC_STATUS* w = st->getWarnings();
|
||||
TEXT* err = errbuf;
|
||||
unsigned es = sizeof(errbuf);
|
||||
while (fb_interpret(err, es, &w)) {
|
||||
STDERROUT(errbuf);
|
||||
if (err == errbuf)
|
||||
|
Loading…
Reference in New Issue
Block a user