SWDEV-427554 Fixing mainline ASAN build

Change-Id: I63cd047ceb75dea5f8ed6f84946e1ec209c7d812
This commit is contained in:
gobhardw
2023-10-18 21:42:47 +05:30
parent ab288c8de8
commit 5d390717b5
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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);