Compilation message

Issue #167 resolved
Serge Moreau created an issue

Hi Alberto ,

This message during compilation of 1.8.2-16, which does not prevent a correct compilation :

/home/serge/programs/code-art/rtengine/iptextureboost.cc: In function ‘void rtengine::{anonymous}::texture_boost(rtengine::array2D<float>&, const rtengine::procparams::TextureBoostParams::Region&, double, bool)’:
/home/serge/programs/code-art/rtengine/iptextureboost.cc:79:18: warning: unused variable ‘vstrength’ [-Wunused-variable]
79 | const vfloat vstrength = F2V(strength);
| ^~~
/home/serge/programs/code-art/rtengine/iptextureboost.cc:80:18: warning: unused variable ‘vstrength2’ [-Wunused-variable]
80 | const vfloat vstrength2 = F2V(strength2);
| ^
~
/home/serge/programs/code-art/rtengine/iptextureboost.cc:82:16: warning: variable ‘vscurve’ set but not used [-Wunused-but-set-variable]
82 | const auto vscurve =
| ^
~~~~
/home/serge/programs/code-art/rtengine/iptextureboost.cc:123:12: warning: unused variable ‘vminval’ [-Wunused-variable]
123 | vfloat vminval = F2V(minval);

Comments (2)

  1. Log in to comment