Skip to content

Commit 57a839e

Browse files
committed
added static cast to make mac compiler happy
1 parent d04c3b0 commit 57a839e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/z3_utils/src/simplification.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ namespace hal
617617
return false;
618618

619619
default: {
620-
log_error("z3_utils", "commutative check not implemeted for type {}!", t);
620+
log_error("z3_utils", "commutative check not implemeted for type {}!", static_cast<int>(t));
621621
return false;
622622
}
623623
}

0 commit comments

Comments
 (0)