fix
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
BlockStorage/repertory/pipeline/pr-master This commit looks good

This commit is contained in:
2025-07-24 08:21:25 -05:00
parent b7ee3db424
commit c00d5220db

View File

@@ -56,6 +56,8 @@ bool sqlite3_initialized{false};
namespace repertory {
auto project_initialize() -> bool {
REPERTORY_USES_FUNCTION_NAME();
#if defined(PROJECT_REQUIRE_ALPINE) && !defined(PROJECT_IS_MINGW)
{
static constexpr auto guard_size{4096U};