The following compilation errors are generated while compiling the WiredTiger on the latest mac OS 13.3 version.
/Users/haribabukommi/work/code/wiredtiger/src/btree/bt_vrfy_dsk.c:769:14: error: variable 'cell_num' set but not used [-Werror,-Wunused-but-set-variable] uint32_t cell_num, i; /Users/haribabukommi/work/code/wiredtiger/src/btree/row_modify.c:348:18: error: variable 'upd_seen' set but not used [-Werror,-Wunused-but-set-variable] u_int count, upd_seen, upd_unstable;