8
0
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:
AlexPeshkoff 2020-03-04 14:11:11 +03:00
parent 10dfc7fb81
commit b2a0cd5c38

View File

@ -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)