mirror of
https://github.com/dlang/tools.git
synced 2025-04-26 13:10:36 +03:00
Merge pull request #147 from tom-tan/fix-dustmite
Fix warnings in dustmite
This commit is contained in:
commit
f1b065dfcb
1 changed files with 2 additions and 2 deletions
|
@ -1151,8 +1151,8 @@ void applyNoRemoveRegex(string[] noRemoveStr)
|
|||
ends ~= c.hit.ptr + c.hit.length;
|
||||
}
|
||||
|
||||
starts.sort;
|
||||
ends.sort;
|
||||
starts.sort();
|
||||
ends.sort();
|
||||
|
||||
int noRemoveLevel = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue