SWDEV-427554 Fixing mainline ASAN build

Change-Id: I63cd047ceb75dea5f8ed6f84946e1ec209c7d812


[ROCm/rocprofiler commit: 5d390717b5]
This commit is contained in:
gobhardw
2023-10-18 21:42:47 +05:30
parent facca4fd12
commit ea5ecec246
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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);