8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 07:23:04 +01:00

Fix "unused parameter" warning

This commit is contained in:
Dimitry Sibiryakov 2020-11-19 13:11:55 +01:00 committed by Alexander Peshkov
parent 41a8fc5fd6
commit f1ff55ddca

View File

@ -305,7 +305,7 @@ namespace Firebird
}
public:
static void checkException(CheckStatusWrapper* status)
static void checkException(CheckStatusWrapper* /* status */)
{
}
};