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
والد facca4fd12
کامیت ea5ecec246
4فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
@@ -40,7 +40,7 @@ THE SOFTWARE.
#define PUBLIC_API __attribute__((visibility("default")))
// 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);