Merge pull request #662 from BBasile/init-msg
Put the name of the variable which has a useless init between back ticks merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
commit
a9ef0763a3
|
@ -39,7 +39,7 @@ private:
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
enum msg = `Variable %s initializer is useless because it does not differ from the default value`;
|
enum msg = "Variable `%s` initializer is useless because it does not differ from the default value";
|
||||||
}
|
}
|
||||||
|
|
||||||
static immutable intDefs = ["0", "0L", "0UL", "0uL", "0U", "0x0", "0b0"];
|
static immutable intDefs = ["0", "0L", "0UL", "0uL", "0U", "0x0", "0b0"];
|
||||||
|
|
Loading…
Reference in New Issue