I just updated one of my machines to Fedora 22 and attempted to rebuild
the current git tip development version of darktable on it. This errored
out with:

/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];
                     ^
cc1: all warnings being treated as errors

Fedora 22 is using gcc 5.1.1, according to 'gcc --version'.

No build error happens when building with clang (via 'CC=clang
CXX=clang++ ./build.sh').

        - cks

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Darktable-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/darktable-users

Reply via email to