Hi, this new compilation error has appeared… (gcc 6.1.1 on arch, this
has just been upgraded from 5.3)


I could simply deactivate it, but I thought it may be worth signaling this…


/tmp/yaourt-tmp-marc/aur-darktable-git/src/darktable/src/external/rawspeed/RawSpeed/OrfDecoder.cpp:
In member function 'void
RawSpeed::OrfDecoder::decodeCompressed(RawSpeed::ByteStream&,
RawSpeed::uint32, RawSpeed::uint32)':
/tmp/yaourt-tmp-marc/aur-darktable-git/src/darktable/src/external/rawspeed/RawSpeed/OrfDecoder.cpp:125:5:
error: this 'for' clause does not guard... [-Werror=misleading-indentation]
     for (high = 0; high < 12; high++)
     ^~~
/tmp/yaourt-tmp-marc/aur-darktable-git/src/darktable/src/external/rawspeed/RawSpeed/OrfDecoder.cpp:128:7:
note: ...this statement, but the latter is misleadingly indented as if
it is guarded by the 'for'
       bittable[i] = min(12,high);
       ^~~~~~~~


It's just the ligne 128 that is too indented.

Regards,

Marc

___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to