vibe-core icon indicating copy to clipboard operation
vibe-core copied to clipboard

vibe-core fails to compile with dub build profile "profile"

Open vnayar opened this issue 2 years ago • 0 comments

When compiling using dub and the "profile" build profile, vibe-core has the following warnings which prevent successful compilation:

$ dub build --build=profile

/usr/include/dmd/phobos/std/concurrency.d(2160,17): Warning: statement is not reachable
../../.dub/packages/vibe-core-1.22.4/vibe-core/source/vibe/internal/async.d-mixin-164(190,7): Warning: statement is not reachable
../../.dub/packages/vibe-core-1.22.4/vibe-core/source/vibe/internal/async.d-mixin-164(191,7): Warning: statement is not reachable

vnayar avatar Jul 26 '22 13:07 vnayar