@@ -432,7 +432,7 @@ void symex_target_equationt::convert_decls(
432
432
{
433
433
prop_conv.convert (step.cond_expr );
434
434
}
435
- catch (const bitvector_conversion_exceptiont &conversion_exception )
435
+ catch (const bitvector_conversion_exceptiont &)
436
436
{
437
437
util_throw_with_nested (
438
438
equation_conversion_exceptiont (
@@ -465,7 +465,7 @@ void symex_target_equationt::convert_guards(
465
465
{
466
466
step.guard_literal = prop_conv.convert (step.guard );
467
467
}
468
- catch (const bitvector_conversion_exceptiont &conversion_exception )
468
+ catch (const bitvector_conversion_exceptiont &)
469
469
{
470
470
util_throw_with_nested (
471
471
equation_conversion_exceptiont (
@@ -500,7 +500,7 @@ void symex_target_equationt::convert_assumptions(
500
500
{
501
501
step.cond_literal = prop_conv.convert (step.cond_expr );
502
502
}
503
- catch (const bitvector_conversion_exceptiont &conversion_exception )
503
+ catch (const bitvector_conversion_exceptiont &)
504
504
{
505
505
util_throw_with_nested (
506
506
equation_conversion_exceptiont (
@@ -536,7 +536,7 @@ void symex_target_equationt::convert_goto_instructions(
536
536
{
537
537
step.cond_literal = prop_conv.convert (step.cond_expr );
538
538
}
539
- catch (const bitvector_conversion_exceptiont &conversion_exception )
539
+ catch (const bitvector_conversion_exceptiont &)
540
540
{
541
541
util_throw_with_nested (
542
542
equation_conversion_exceptiont (
@@ -571,7 +571,7 @@ void symex_target_equationt::convert_constraints(
571
571
{
572
572
decision_procedure.set_to_true (step.cond_expr );
573
573
}
574
- catch (const bitvector_conversion_exceptiont &conversion_exception )
574
+ catch (const bitvector_conversion_exceptiont &)
575
575
{
576
576
util_throw_with_nested (
577
577
equation_conversion_exceptiont (
@@ -632,7 +632,7 @@ void symex_target_equationt::convert_assertions(
632
632
{
633
633
step.cond_literal = prop_conv.convert (implication);
634
634
}
635
- catch (const bitvector_conversion_exceptiont &conversion_exception )
635
+ catch (const bitvector_conversion_exceptiont &)
636
636
{
637
637
util_throw_with_nested (
638
638
equation_conversion_exceptiont (
0 commit comments