Function installCrashHandler() in Util/LinuxStackTrace.h shall not be const equally in debug and normal build, thanks tolmaion
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user