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:
parent
41a8fc5fd6
commit
f1ff55ddca
@ -305,7 +305,7 @@ namespace Firebird
|
||||
}
|
||||
|
||||
public:
|
||||
static void checkException(CheckStatusWrapper* status)
|
||||
static void checkException(CheckStatusWrapper* /* status */)
|
||||
{
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user