mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
Fixed release build
This commit is contained in:
parent
2e349ebac1
commit
9d76d19437
@ -261,16 +261,10 @@ private:
|
|||||||
static ULONG add_one(ULONG i);
|
static ULONG add_one(ULONG i);
|
||||||
static ULONG add_val(ULONG i, ULONG val);
|
static ULONG add_val(ULONG i, ULONG val);
|
||||||
// Convert spb flags to utility switches
|
// Convert spb flags to utility switches
|
||||||
#ifndef DEV_BUILD
|
|
||||||
static
|
|
||||||
#endif
|
|
||||||
void conv_switches(Firebird::ClumpletReader& spb, Firebird::string& switches);
|
void conv_switches(Firebird::ClumpletReader& spb, Firebird::string& switches);
|
||||||
// Find spb switch in switch table
|
// Find spb switch in switch table
|
||||||
static const TEXT* find_switch(int in_spb_sw, const Switches::in_sw_tab_t* table, bool bitmask);
|
static const TEXT* find_switch(int in_spb_sw, const Switches::in_sw_tab_t* table, bool bitmask);
|
||||||
// Loop through the appropriate switch table looking for the text for the given command switch
|
// Loop through the appropriate switch table looking for the text for the given command switch
|
||||||
#ifndef DEV_BUILD
|
|
||||||
static
|
|
||||||
#endif
|
|
||||||
bool process_switches(Firebird::ClumpletReader& spb, Firebird::string& switches);
|
bool process_switches(Firebird::ClumpletReader& spb, Firebird::string& switches);
|
||||||
// Get bitmask from within spb buffer, find corresponding switches within specified table,
|
// Get bitmask from within spb buffer, find corresponding switches within specified table,
|
||||||
// add them to the command line
|
// add them to the command line
|
||||||
|
Loading…
Reference in New Issue
Block a user