[NFC] Silence a bunch of Wunused-variable diagnostics

This commit is contained in:
Robert Widmann
2018-08-24 15:16:40 -07:00
parent e4388af6be
commit 014fd952ef
21 changed files with 35 additions and 35 deletions

View File

@@ -281,7 +281,7 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
Opts.SolverShrinkUnsolvedThreshold = threshold;
}
if (const Arg *A = Args.getLastArg(OPT_solver_disable_shrink))
if (Args.getLastArg(OPT_solver_disable_shrink))
Opts.SolverDisableShrink = true;
if (const Arg *A = Args.getLastArg(OPT_value_recursion_threshold)) {