Re: [darktable-devel] [Darktable-users] Build error on git tip on Fedora 22 using gcc

2015-06-30 Thread Taahir Ahmed
> In terms of bounds analysis here, in case I have to discuss this with > the Fedora people: since bordermode is forced to not be BORDER_CLAMP > in this branch, prepare_tap_boundaries() will set xtap_first to 0 and > xtap_last to 2 * itor->width, and itor->width is asserted as less than > 4 at the

Re: [darktable-devel] [Darktable-users] Build error on git tip on Fedora 22 using gcc

2015-06-30 Thread Roman Lebedev
On Tue, Jun 30, 2015 at 5:12 AM, Chris Siebenmann wrote: > > > /data/code/git/darktable/src/common/interpolation.c: In function > > > ‘dt_interpolation_compute_sample’: > > > /data/code/git/darktable/src/common/interpolation.c:789:21: error: > array > > > subscript is above array bounds [-Werror=

Re: [darktable-devel] [Darktable-users] Build error on git tip on Fedora 22 using gcc

2015-06-29 Thread Chris Siebenmann
> > /data/code/git/darktable/src/common/interpolation.c: In function > > ‘dt_interpolation_compute_sample’: > > /data/code/git/darktable/src/common/interpolation.c:789:21: error: array > > subscript is above array bounds [-Werror=array-bounds] > > h += kernelh[j] * ipixel[0]; > >

Re: [darktable-devel] [Darktable-users] Build error on git tip on Fedora 22 using gcc

2015-06-29 Thread Roman Lebedev
On Mon, Jun 29, 2015 at 11:32 PM, Chris Siebenmann wrote: > I just updated one of my machines to Fedora 22 and attempted to rebuild > the current git tip development version of darktable on it. Hey. This errored > out with: > > /data/code/git/darktable/src/common/interpolation.c: In function >