@@ -432,7 +432,7 @@ void symex_target_equationt::convert_decls(
432432 {
433433 prop_conv.convert (step.cond_expr );
434434 }
435- catch (const bitvector_conversion_exceptiont &conversion_exception )
435+ catch (const bitvector_conversion_exceptiont &)
436436 {
437437 util_throw_with_nested (
438438 equation_conversion_exceptiont (
@@ -465,7 +465,7 @@ void symex_target_equationt::convert_guards(
465465 {
466466 step.guard_literal = prop_conv.convert (step.guard );
467467 }
468- catch (const bitvector_conversion_exceptiont &conversion_exception )
468+ catch (const bitvector_conversion_exceptiont &)
469469 {
470470 util_throw_with_nested (
471471 equation_conversion_exceptiont (
@@ -500,7 +500,7 @@ void symex_target_equationt::convert_assumptions(
500500 {
501501 step.cond_literal = prop_conv.convert (step.cond_expr );
502502 }
503- catch (const bitvector_conversion_exceptiont &conversion_exception )
503+ catch (const bitvector_conversion_exceptiont &)
504504 {
505505 util_throw_with_nested (
506506 equation_conversion_exceptiont (
@@ -536,7 +536,7 @@ void symex_target_equationt::convert_goto_instructions(
536536 {
537537 step.cond_literal = prop_conv.convert (step.cond_expr );
538538 }
539- catch (const bitvector_conversion_exceptiont &conversion_exception )
539+ catch (const bitvector_conversion_exceptiont &)
540540 {
541541 util_throw_with_nested (
542542 equation_conversion_exceptiont (
@@ -571,7 +571,7 @@ void symex_target_equationt::convert_constraints(
571571 {
572572 decision_procedure.set_to_true (step.cond_expr );
573573 }
574- catch (const bitvector_conversion_exceptiont &conversion_exception )
574+ catch (const bitvector_conversion_exceptiont &)
575575 {
576576 util_throw_with_nested (
577577 equation_conversion_exceptiont (
@@ -632,7 +632,7 @@ void symex_target_equationt::convert_assertions(
632632 {
633633 step.cond_literal = prop_conv.convert (implication);
634634 }
635- catch (const bitvector_conversion_exceptiont &conversion_exception )
635+ catch (const bitvector_conversion_exceptiont &)
636636 {
637637 util_throw_with_nested (
638638 equation_conversion_exceptiont (
0 commit comments