diff --git a/containers b/containers index d045889..c261fa1 160000 --- a/containers +++ b/containers @@ -1 +1 @@ -Subproject commit d0458897a60137a84f88eefcdd5a0b12ac07cbe7 +Subproject commit c261fa119072ce788ef81b8d8fee9a2adddca5d1 diff --git a/dsymbol b/dsymbol index 52625b8..e018446 160000 --- a/dsymbol +++ b/dsymbol @@ -1 +1 @@ -Subproject commit 52625b8612e503f8ae1d481a1cd3d52982e73fb9 +Subproject commit e018446b028b92c34398032e698c05c0919630ee diff --git a/dub.json b/dub.json index a3bebde..f2e12c9 100644 --- a/dub.json +++ b/dub.json @@ -12,10 +12,10 @@ "StdLoggerDisableWarning" ], "dependencies" : { - "libdparse" : "~>0.8.1", - "dsymbol" : "~>0.3.5", + "libdparse" : "~>0.8.5", + "dsymbol" : "~>0.3.7", "inifiled" : "~>1.3.1", - "emsi_containers" : "~>0.8.0-alpha.6", + "emsi_containers" : "~>0.8.0-alpha.7", "libddoc" : "~>0.3.0-beta.1", "stdx-allocator" : "~>2.77.0" }, diff --git a/libdparse b/libdparse index 00e0c70..157d572 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit 00e0c70c0f74c98a26d629f86618376fc4849c47 +Subproject commit 157d572401d92bc0639c53e700c58018b6b29f06 diff --git a/src/dscanner/analysis/unused.d b/src/dscanner/analysis/unused.d index 19c7a0f..a95398c 100644 --- a/src/dscanner/analysis/unused.d +++ b/src/dscanner/analysis/unused.d @@ -311,7 +311,7 @@ final class UnusedVariableCheck : BaseAnalyzer interestDepth++; withStatetement.expression.accept(this); interestDepth--; - withStatetement.statementNoCaseNoDefault.accept(this); + withStatetement.declarationOrStatement.accept(this); } override void visit(const Parameter parameter)