Skip to content

Commit 0df5ff8

Browse files
committed
Fix misc compiler warning
1 parent a26e49f commit 0df5ff8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Workflow.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ void Workflow::inlineMethodCalls(AnalysisContextRef ac)
265265

266266
return rewriteCFString(ssa, insnIndex);
267267
}
268+
269+
return false;
268270
};
269271

270272
bool isFunctionChanged = false;

0 commit comments

Comments
 (0)