<#215 Fix build with Clang 15.> Pull request opene...
# openlane-development
g
#215 Fix build with Clang 15. Pull request opened by brad0 Use a cast to fix the build with Clang 15.
Copy code
DBpaint.c:1542:37: error: incompatible pointer to integer conversion passing 'DiagInfo *' (aka 'struct diag_info *') to parameter of type 'ClientData' (aka 'unsigned long') [-Wint-conversion]
                newType = DBDiagonalProc(oldType, &dinfo);
                                                  ^~~~~~
RTimothyEdwards/magic All checks have passed 2/2 successful checks