SWDEV-427554 Fixing mainline ASAN build

Change-Id: I63cd047ceb75dea5f8ed6f84946e1ec209c7d812
This commit is contained in:
gobhardw
2023-10-18 21:42:47 +05:30
والد ab288c8de8
کامیت 5d390717b5
4فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
+1 -1
مشاهده پرونده
@@ -159,7 +159,7 @@ static inline uint32_t GetTid() { return syscall(__NR_gettid); }
uint32_t my_pid = GetPid();
// Error handler
void fatal(const std::string msg) [[noreturn]] {
void fatal(const std::string msg) {
fflush(stdout);
fprintf(stderr, "%s\n\n", msg.c_str());
fflush(stderr);