mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 19:23:03 +01:00
Warning in GCC
This commit is contained in:
parent
ceafdf5144
commit
6a71ce0e5d
@ -31,6 +31,9 @@ struct dsc;
|
||||
|
||||
class DataTypeUtilBase
|
||||
{
|
||||
public:
|
||||
virtual ~DataTypeUtilBase() {}
|
||||
|
||||
public:
|
||||
static SSHORT getResultBlobSubType(const dsc* value1, const dsc* value2);
|
||||
static USHORT getResultTextType(const dsc* value1, const dsc* value2);
|
||||
|
Loading…
Reference in New Issue
Block a user