__progname should be const char*, not char*.
Change-Id: I8e846872c30a712fbc05c8da59ffa1cec1be31a4
This commit is contained in:
@@ -116,7 +116,7 @@ static const char* const kStartBanner =
|
||||
static const char* const kEndBanner =
|
||||
"===============================================================";
|
||||
|
||||
extern char* __progname;
|
||||
extern const char* __progname;
|
||||
|
||||
#define STACK_TRACE_DEPTH 16
|
||||
|
||||
|
||||
Reference in New Issue
Block a user