On 17/12/17 08:28, Erik Auerswald wrote: > Hi, > > On Sat, Dec 16, 2017 at 01:11:35PM -0800, Pádraig Brady wrote: >> * src/ptx.c (fix_output_parameters): GCC 6.3.1 with >> ./configure --enable-single-binary would give: >> error: assuming signed overflow does not occur >> when simplifying conditional to constant [-Werror=strict-overflow] >> if (file_index > 0) >> So change the type of file_index to signed (size_t). > > But you changed it from _signed_ (int) to _unsigned_ (size_t), right?
Right. Sorry for the incorrect comment. cheers, Pádraig
