mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:43:04 +01:00
Warnings.
This commit is contained in:
parent
263bf50055
commit
b9106f313b
@ -164,7 +164,7 @@ string DbImplementation::implementation() const
|
||||
|
||||
const char* DbImplementation::endianess() const
|
||||
{
|
||||
return di_flags & EndianMask == EndianBig ? "big" : "little";
|
||||
return (di_flags & EndianMask) == EndianBig ? "big" : "little";
|
||||
}
|
||||
|
||||
const DbImplementation DbImplementation::current(
|
||||
|
@ -1119,7 +1119,7 @@ int API_ROUTINE isc_version(FB_API_HANDLE* handle, FPTR_VERSION_CALLBACK routine
|
||||
}
|
||||
|
||||
|
||||
void API_ROUTINE isc_format_implementation(USHORT implementation_nr,
|
||||
void API_ROUTINE isc_format_implementation(USHORT /*implementation_nr*/,
|
||||
USHORT ibuflen, TEXT* ibuf,
|
||||
USHORT impl_class_nr,
|
||||
USHORT cbuflen, TEXT* cbuf)
|
||||
|
Loading…
Reference in New Issue
Block a user