Function installCrashHandler() in Util/LinuxStackTrace.h shall not be const equally in debug and normal build, thanks tolmaion
This commit is contained in:
parent
8533b5d0a2
commit
816657347f
@ -151,6 +151,6 @@ void installCrashHandler(std::string b) {
|
||||
#endif
|
||||
}
|
||||
#else
|
||||
inline void installCrashHandler(std::string b) const {}
|
||||
inline void installCrashHandler(std::string b) {}
|
||||
#endif
|
||||
#endif /* LINUXSTACKTRACE_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user