1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Turn on ASAN for unitests (#2719)

Fix asan error on compression tests
Fix warn of nonreturn function
This commit is contained in:
Leonid Fedorov
2023-02-02 16:08:01 +03:00
committed by GitHub
parent c1168e33aa
commit f7118b53a8
3 changed files with 5 additions and 2 deletions

View File

@ -198,7 +198,7 @@ int64_t getSignedNullValue(CalpontSystemCatalog::ColDataType t, uint32_t colWidt
os << "getSignedNullValue(): got bad column type (" << t << "). Width=" << colWidth << endl;
throw logic_error(os.str());
}
return 0;
}
} // namespace utils