> On 2 Jul 2020, at 18:41, Dave Cramer <davecra...@gmail.com> wrote: > > rebased
Thanks! The new version of 0001 patch has a compiler warning due to mixed declarations and code: worker.c: In function ‘slot_store_data’: worker.c:366:5: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] int cursor = tupleData->values[remoteattnum]->cursor; ^ worker.c: In function ‘slot_modify_data’: worker.c:485:5: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] int cursor = tupleData->values[remoteattnum]->cursor; ^ I didn't investigate to see if it was new, but Travis is running with Werror which fails this build. cheers ./daniel