Fix compilation errors/warning with gcc-5.4.0 (#137)
Warning are like this: error: ‘delimiter’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
This commit is contained in:
@ -2991,7 +2991,7 @@ static int32_t qc_sqlite_process_init(void)
|
||||
{
|
||||
if (this_unit.log_level != QC_LOG_NOTHING)
|
||||
{
|
||||
const char* message;
|
||||
const char* message = NULL;
|
||||
|
||||
switch (this_unit.log_level)
|
||||
{
|
||||
|
Reference in New Issue
Block a user