Am Samstag, 9. Mai 2015, 17:03:25 schrieb Simon G.:
> Hi,
> 
> I'm getting the following warning (that is by default promoted to an
> error) when trying to build branch master or darktable-1.6.x on my
> system:
> """
> /home/simon/src/darktable/src/common/interpolation.c: In function
> 'dt_interpolation_compute_sample':
> /home/simon/src/darktable/src/common/interpolation.c:789:21: error:
> array subscript is above array bounds [-Werror=array-bounds]
>          h += kernelh[j] * ipixel[0];
>                      ^
> cc1: all warnings being treated as errors
> """
> 
> I'm running Fedora 22 with gcc 5.1.1.
> 
> If that's a false positive it should probably be silenced.

That's known for builds with gcc5. For the time being I would suggest using 
the 4 series, gcc5 is just too new for use to have experience with. And we 
aren't even sure if that's a problem in our code or in gcc (mostly because no 
one of the devs use gcc5 and had any interest in looking into that for real 
yet).

Tobias

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to