fix ffigen
[SEVERE] : Header ./wallet2_api_c.h: Total errors/warnings: 2. [SEVERE] : ./wallet2_api_c.h:708:20: error: initializer element is not a compile-time constant [Semantic Issue] [SEVERE] : ./wallet2_api_c.h:709:20: error: initializer element is not a compile-time constant [Semantic Issue]
This commit is contained in:
@@ -705,8 +705,8 @@ int LogLevel_1 = 1;
|
||||
int LogLevel_2 = 2;
|
||||
int LogLevel_3 = 3;
|
||||
int LogLevel_4 = 4;
|
||||
int LogLevel_Min = LogLevel_Silent;
|
||||
int LogLevel_Max = LogLevel_4;
|
||||
int LogLevel_Min = -1;
|
||||
int LogLevel_Max = 4;
|
||||
|
||||
// struct WalletManagerFactory
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user