Skip to content

Commit 706f3e8

Browse files
committed
Change clang-tidy-error to brace-related one
1 parent fd85f81 commit 706f3e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/passes/pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ int PassRunner::getPassDebug() {
701701
int testVar = 5;
702702
if (passDebug > 0)
703703
testVar = 3;
704+
(void)testVar;
704705
return passDebug;
705706
}
706707

0 commit comments

Comments
 (0)