Skip to content

Commit

Permalink
Merge pull request #1729 from joakim-brannstrom/fix-warnings
Browse files Browse the repository at this point in the history
Fix compiler warning
  • Loading branch information
joakim-brannstrom authored Apr 9, 2024
2 parents 5a0ce7d + 1dc8b51 commit 4311c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/clang/source/clang/Compiler.d
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module clang.Compiler;

private const(string) uniquePathId;

static this() {
shared static this() {
import std.conv : text;
import std.random;

Expand Down

0 comments on commit 4311c87

Please sign in to comment.