8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 21:23:03 +01:00
This commit is contained in:
robocop 2010-05-11 08:36:45 +00:00
parent 98ef49eeec
commit 46c9571858

View File

@ -378,7 +378,7 @@ void Service::outputVerbose(const char* text)
}
}
void Service::outputError(const char* text)
void Service::outputError(const char* /*text*/)
{
fb_assert(false);
}