Skip to content

Instantly share code, notes, and snippets.

@dcoeurjo
Created December 16, 2022 11:23
Show Gist options
  • Save dcoeurjo/19276902333affb1a9ca7f701eb7764e to your computer and use it in GitHub Desktop.
Save dcoeurjo/19276902333affb1a9ca7f701eb7764e to your computer and use it in GitHub Desktop.
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:2422:31: warning: 'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead.
[-Wdeprecated-declarations]
const int result = std::vsprintf(s,format,args);
^
In file included from /Users/davidcoeurjolly/Projects/utk/src/integration/IntegrationGaussian_fromfile_2dd.cpp:32:
In file included from /Users/davidcoeurjolly/Projects/utk/src/integration/../parameters/ParamParser_getopt.hpp:35:
In file included from /Users/davidcoeurjolly/Projects/utk/src/integration/../parameters/ParamParser.hpp:4:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/string:519:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__debug:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/iosfwd:98:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__mbstate_t.h:29:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/wchar.h:123:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/wchar.h:90:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/stdio.h:107:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/stdio.h:207:1: note: 'vsprintf' has been explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead.")
^
In file included from /Users/davidcoeurjolly/Projects/utk/src/integration/IntegrationGaussian_fromfile_2dd.cpp:32:
In file included from /Users/davidcoeurjolly/Projects/utk/src/integration/../parameters/ParamParser_getopt.hpp:35:
In file included from /Users/davidcoeurjolly/Projects/utk/src/integration/../parameters/ParamParser.hpp:4:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/string:519:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__debug:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/iosfwd:98:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__mbstate_t.h:29:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/wchar.h:123:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/wchar.h:70:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/_types.h:27:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/sys/_types.h:32:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
^
In file included from /Users/davidcoeurjolly/Projects/utk/src/integration/IntegrationGaussian_fromfile_2dd.cpp:41:
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17505:45: warning: implicit conversion loses integer precision: 'long' to 'unsigned int' [-Wshorten-64-to-32]
if (s0>ss && is_varname(ss,s0 - ss)) {
~~~~~~~~~~ ~~~^~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17029:41: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::compile' requested here
const unsigned int ind_result = compile(expr._data,expr._data + expr._width - 1,0,0,0);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29397:25: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_cimg_math_parser' requested here
_cimg_math_parser mp(expression + (*expression=='>' || *expression=='<' ||
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29321:14: note: in instantiation of member function 'cimg_library::CImg<>::_eval' requested here
return _eval(0,expression,x,y,z,c,list_images);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:66830:20: note: in instantiation of member function 'cimg_library::CImg<>::eval' requested here
return empty.eval(expression,x,y,z,c);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17543:36: warning: implicit conversion loses integer precision: 'long' to 'unsigned int' [-Wshorten-64-to-32]
if (is_varname(ss,s0 - ss) && std::strncmp(variable_name,"debug(",6) &&
~~~~~~~~~~ ~~~^~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17646:56: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
variable_name.resize(variable_name.end() - s0,1,1,1,0,0,1);
~~~~~~ ~~~~~~~~~~~~~~~~~~~~^~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19131:46: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
if (arg1<p3) _cimg_mp_return(opcode[4 + arg1]);
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16920:101: note: expanded from macro '_cimg_mp_return'
#define _cimg_mp_return(x) { *se = saved_char; s_op = previous_s_op; ss_op = previous_ss_op; return x; }
~~~~~~ ^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19725:35: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_type(opcode[2],1,2,0); // A
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16914:58: note: expanded from macro '_cimg_mp_check_type'
#define _cimg_mp_check_type(arg,n_arg,mode,N) check_type(arg,n_arg,mode,N,ss,se,saved_char)
~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19726:43: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[3],2,3); // wA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19727:43: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[4],3,3); // hA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19728:43: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[5],4,3); // dA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19729:43: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[6],5,3); // sA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19730:35: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_type(opcode[7],6,2,0); // M
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16914:58: note: expanded from macro '_cimg_mp_check_type'
#define _cimg_mp_check_type(arg,n_arg,mode,N) check_type(arg,n_arg,mode,N,ss,se,saved_char)
~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19731:43: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[8],7,3); // wM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19732:43: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[9],8,3); // hM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19733:43: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[10],9,3); // dM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19734:43: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[11],10,3); // sM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19735:35: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_type(opcode[12],11,1,0); // boundary_conditions
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16914:58: note: expanded from macro '_cimg_mp_check_type'
#define _cimg_mp_check_type(arg,n_arg,mode,N) check_type(arg,n_arg,mode,N,ss,se,saved_char)
~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19736:35: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_type(opcode[13],12,1,0); // is_normalized
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16914:58: note: expanded from macro '_cimg_mp_check_type'
#define _cimg_mp_check_type(arg,n_arg,mode,N) check_type(arg,n_arg,mode,N,ss,se,saved_char)
~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19737:43: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[14],13,1); // channel_mode
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19738:56: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
if (opcode[15]!=~0U) _cimg_mp_check_type(opcode[15],14,1,0); // xcenter
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16914:58: note: expanded from macro '_cimg_mp_check_type'
#define _cimg_mp_check_type(arg,n_arg,mode,N) check_type(arg,n_arg,mode,N,ss,se,saved_char)
~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19739:56: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
if (opcode[16]!=~0U) _cimg_mp_check_type(opcode[16],15,1,0); // ycenter
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16914:58: note: expanded from macro '_cimg_mp_check_type'
#define _cimg_mp_check_type(arg,n_arg,mode,N) check_type(arg,n_arg,mode,N,ss,se,saved_char)
~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19740:56: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
if (opcode[17]!=~0U) _cimg_mp_check_type(opcode[17],16,1,0); // zcenter
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16914:58: note: expanded from macro '_cimg_mp_check_type'
#define _cimg_mp_check_type(arg,n_arg,mode,N) check_type(arg,n_arg,mode,N,ss,se,saved_char)
~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19741:43: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[18],17,1); // xstart
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19742:43: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[19],18,1); // ystart
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19743:43: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[20],19,1); // zstart
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19744:64: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
if (opcode[21]!=~0U) _cimg_mp_check_const_scalar(opcode[21],20,1); // xend
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19745:64: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
if (opcode[22]!=~0U) _cimg_mp_check_const_scalar(opcode[22],21,1); // yend
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19746:64: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
if (opcode[23]!=~0U) _cimg_mp_check_const_scalar(opcode[23],22,1); // zend
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19747:43: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[24],23,0); // xstride
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19748:43: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[25],24,0); // ystride
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19749:43: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[26],25,0); // zstride
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19750:35: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_type(opcode[27],26,1,0); // xdilation
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16914:58: note: expanded from macro '_cimg_mp_check_type'
#define _cimg_mp_check_type(arg,n_arg,mode,N) check_type(arg,n_arg,mode,N,ss,se,saved_char)
~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19751:35: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_type(opcode[28],27,1,0); // ydilation
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16914:58: note: expanded from macro '_cimg_mp_check_type'
#define _cimg_mp_check_type(arg,n_arg,mode,N) check_type(arg,n_arg,mode,N,ss,se,saved_char)
~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19752:35: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_type(opcode[29],28,1,0); // zdilation
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16914:58: note: expanded from macro '_cimg_mp_check_type'
#define _cimg_mp_check_type(arg,n_arg,mode,N) check_type(arg,n_arg,mode,N,ss,se,saved_char)
~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19753:35: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_type(opcode[30],29,1,0); // interpolation_type
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16914:58: note: expanded from macro '_cimg_mp_check_type'
#define _cimg_mp_check_type(arg,n_arg,mode,N) check_type(arg,n_arg,mode,N,ss,se,saved_char)
~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:21289:41: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_scalar1(mp_abs,opcode[3]);
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16924:60: note: expanded from macro '_cimg_mp_scalar1'
#define _cimg_mp_scalar1(op,i1) _cimg_mp_return(scalar1(op,i1))
~~~~~~~ ^~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16920:101: note: expanded from macro '_cimg_mp_return'
#define _cimg_mp_return(x) { *se = saved_char; s_op = previous_s_op; ss_op = previous_ss_op; return x; }
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:21518:47: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[1],2,3);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:21519:47: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[2],3,3);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:21520:47: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[3],4,3);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:21521:47: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[4],5,3);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:21522:47: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[5],6,3);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:21523:47: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[6],7,3);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:21524:47: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[7],8,3);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:21525:47: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_cimg_mp_check_const_scalar(opcode[8],9,3);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:16915:72: note: expanded from macro '_cimg_mp_check_const_scalar'
#define _cimg_mp_check_const_scalar(arg,n_arg,mode) check_const_scalar(arg,n_arg,mode,ss,se,saved_char)
~~~~~~~~~~~~~~~~~~ ^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:39091:55: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
_kernel = CImg<t>(kernel._data,kernel.size()/kernel._spectrum,1,1,kernel._spectrum,true).
~~~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:39626:14: note: in instantiation of function template specialization 'cimg_library::CImg<double>::_correlate<double>' requested here
return _correlate(kernel,boundary_conditions,is_normalized,channel_mode,
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:24010:28: note: in instantiation of function template specialization 'cimg_library::CImg<double>::get_convolve<double>' requested here
get_convolve(CImg<doubleT>(ptrM,wM,hM,dM,sM,true),
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:23963:16: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_mp_correlate' requested here
return _mp_correlate(mp,true);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19694:27: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::mp_convolve' requested here
op = is_sth?mp_convolve:mp_correlate;
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17029:41: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::compile' requested here
const unsigned int ind_result = compile(expr._data,expr._data + expr._width - 1,0,0,0);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29397:25: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_cimg_math_parser' requested here
_cimg_math_parser mp(expression + (*expression=='>' || *expression=='<' ||
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29321:14: note: in instantiation of member function 'cimg_library::CImg<>::_eval' requested here
return _eval(0,expression,x,y,z,c,list_images);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:66830:20: note: in instantiation of member function 'cimg_library::CImg<>::eval' requested here
return empty.eval(expression,x,y,z,c);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:24277:39: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
CImg<charT> expr(mp.opcode[2] - 4);
~~~~ ~~~~~~~~~~~~~^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19960:46: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::mp_debug' requested here
((CImg<ulongT>::vector((ulongT)mp_debug,arg1,0,code._width - p1),
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17029:41: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::compile' requested here
const unsigned int ind_result = compile(expr._data,expr._data + expr._width - 1,0,0,0);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29397:25: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_cimg_math_parser' requested here
_cimg_math_parser mp(expression + (*expression=='>' || *expression=='<' ||
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29321:14: note: in instantiation of member function 'cimg_library::CImg<>::_eval' requested here
return _eval(0,expression,x,y,z,c,list_images);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:66830:20: note: in instantiation of member function 'cimg_library::CImg<>::eval' requested here
return empty.eval(expression,x,y,z,c);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:47241:55: warning: implicit conversion loses integer precision: 'const cimg_library::CImg<unsigned char>::longT' (aka 'const long') to 'unsigned int' [-Wshorten-64-to-32]
tz *const ptrz = is_horizontal?zbuffer.data(y,x):zbuffer.data(x,y);
~~~~ ^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:51763:26: note: in instantiation of function template specialization 'cimg_library::CImg<unsigned char>::draw_line<float, unsigned char>' requested here
if (zbuffer) draw_line(zbuffer,x0,y0,z0,x1,y1,z1,color,tx0,ty0,tx1,ty1,opacity);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:50984:14: note: in instantiation of function template specialization 'cimg_library::CImg<unsigned char>::_draw_object3d<float, float, unsigned int, unsigned char, cimg_library::CImg<>>' requested here
return _draw_object3d(0,zbuffer,x0,y0,z0,vertices,primitives,colors,opacities,
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:52788:22: note: in instantiation of function template specialization 'cimg_library::CImg<unsigned char>::draw_object3d<float, unsigned int, unsigned char, float, float>' requested here
view3d.draw_object3d(pose3d(3,0) + 0.5f*view3d._width,
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:57022:37: note: in instantiation of member function 'cimg_library::CImg<double>::_select' requested here
CImg<intT> selection = visu._select(disp,0,2,_XYZ,x0,y0,z0,true,is_first_select,_depth>1,true);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:56957:14: note: in instantiation of member function 'cimg_library::CImg<double>::_display' requested here
return _display(disp,title,display_info,XYZ,exit_on_anykey,false);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:24365:16: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
mp.mem.display(title);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19979:46: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::mp_display_memory' requested here
CImg<ulongT>::vector((ulongT)mp_display_memory,_cimg_mp_slot_nan).move_to(code);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17029:41: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::compile' requested here
const unsigned int ind_result = compile(expr._data,expr._data + expr._width - 1,0,0,0);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29397:25: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_cimg_math_parser' requested here
_cimg_math_parser mp(expression + (*expression=='>' || *expression=='<' ||
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29321:14: note: in instantiation of member function 'cimg_library::CImg<>::_eval' requested here
return _eval(0,expression,x,y,z,c,list_images);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:66830:20: note: in instantiation of member function 'cimg_library::CImg<>::eval' requested here
return empty.eval(expression,x,y,z,c);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:47241:71: warning: implicit conversion loses integer precision: 'const cimg_library::CImg<unsigned char>::longT' (aka 'const long') to 'unsigned int' [-Wshorten-64-to-32]
tz *const ptrz = is_horizontal?zbuffer.data(y,x):zbuffer.data(x,y);
~~~~ ^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:47248:48: warning: implicit conversion loses integer precision: 'const cimg_library::CImg<unsigned char>::longT' (aka 'const long') to 'unsigned int' [-Wshorten-64-to-32]
T *const ptrd = is_horizontal?data(y,x):data(x,y);
~~~~ ^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:47248:56: warning: implicit conversion loses integer precision: 'const cimg_library::CImg<unsigned char>::longT' (aka 'const long') to 'unsigned int' [-Wshorten-64-to-32]
T *const ptrd = is_horizontal?data(y,x):data(x,y);
~~~~ ^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:47151:48: warning: implicit conversion loses integer precision: 'const cimg_library::CImg<unsigned char>::longT' (aka 'const long') to 'unsigned int' [-Wshorten-64-to-32]
T *const ptrd = is_horizontal?data(y,x):data(x,y);
~~~~ ^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:51764:18: note: in instantiation of function template specialization 'cimg_library::CImg<unsigned char>::draw_line<unsigned char>' requested here
else draw_line(x0,y0,z0,x1,y1,z1,color,tx0,ty0,tx1,ty1,opacity);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:50984:14: note: in instantiation of function template specialization 'cimg_library::CImg<unsigned char>::_draw_object3d<float, float, unsigned int, unsigned char, cimg_library::CImg<>>' requested here
return _draw_object3d(0,zbuffer,x0,y0,z0,vertices,primitives,colors,opacities,
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:52788:22: note: in instantiation of function template specialization 'cimg_library::CImg<unsigned char>::draw_object3d<float, unsigned int, unsigned char, float, float>' requested here
view3d.draw_object3d(pose3d(3,0) + 0.5f*view3d._width,
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:57022:37: note: in instantiation of member function 'cimg_library::CImg<double>::_select' requested here
CImg<intT> selection = visu._select(disp,0,2,_XYZ,x0,y0,z0,true,is_first_select,_depth>1,true);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:56957:14: note: in instantiation of member function 'cimg_library::CImg<double>::_display' requested here
return _display(disp,title,display_info,XYZ,exit_on_anykey,false);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:24365:16: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
mp.mem.display(title);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19979:46: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::mp_display_memory' requested here
CImg<ulongT>::vector((ulongT)mp_display_memory,_cimg_mp_slot_nan).move_to(code);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17029:41: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::compile' requested here
const unsigned int ind_result = compile(expr._data,expr._data + expr._width - 1,0,0,0);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29397:25: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_cimg_math_parser' requested here
_cimg_math_parser mp(expression + (*expression=='>' || *expression=='<' ||
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29321:14: note: in instantiation of member function 'cimg_library::CImg<>::_eval' requested here
return _eval(0,expression,x,y,z,c,list_images);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:66830:20: note: in instantiation of member function 'cimg_library::CImg<>::eval' requested here
return empty.eval(expression,x,y,z,c);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:47151:56: warning: implicit conversion loses integer precision: 'const cimg_library::CImg<unsigned char>::longT' (aka 'const long') to 'unsigned int' [-Wshorten-64-to-32]
T *const ptrd = is_horizontal?data(y,x):data(x,y);
~~~~ ^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:47616:31: warning: implicit conversion loses integer precision: 'cimg_library::CImg<unsigned char>::longT' (aka 'long') to 'int' [-Wshorten-64-to-32]
cimg_draw_scanline(xm,xM,y,color,opacity,cbs);
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:46711:23: note: expanded from macro 'cimg_draw_scanline'
_draw_scanline(x0,x1,y,color,opacity,brightness,_sc_nopacity,_sc_copacity,_sc_whd,_sc_maxval)
~~~~~~~~~~~~~~ ^~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:51845:18: note: in instantiation of function template specialization 'cimg_library::CImg<unsigned char>::_draw_triangle<unsigned char>' requested here
else _draw_triangle(x0,y0,x1,y1,x2,y2,pcolor,opacity,lightprops(l));
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:50984:14: note: in instantiation of function template specialization 'cimg_library::CImg<unsigned char>::_draw_object3d<float, float, unsigned int, unsigned char, cimg_library::CImg<>>' requested here
return _draw_object3d(0,zbuffer,x0,y0,z0,vertices,primitives,colors,opacities,
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:52788:22: note: in instantiation of function template specialization 'cimg_library::CImg<unsigned char>::draw_object3d<float, unsigned int, unsigned char, float, float>' requested here
view3d.draw_object3d(pose3d(3,0) + 0.5f*view3d._width,
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:57022:37: note: in instantiation of member function 'cimg_library::CImg<double>::_select' requested here
CImg<intT> selection = visu._select(disp,0,2,_XYZ,x0,y0,z0,true,is_first_select,_depth>1,true);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:56957:14: note: in instantiation of member function 'cimg_library::CImg<double>::_display' requested here
return _display(disp,title,display_info,XYZ,exit_on_anykey,false);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:24365:16: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
mp.mem.display(title);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:19979:46: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::mp_display_memory' requested here
CImg<ulongT>::vector((ulongT)mp_display_memory,_cimg_mp_slot_nan).move_to(code);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17029:41: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::compile' requested here
const unsigned int ind_result = compile(expr._data,expr._data + expr._width - 1,0,0,0);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29397:25: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_cimg_math_parser' requested here
_cimg_math_parser mp(expression + (*expression=='>' || *expression=='<' ||
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29321:14: note: in instantiation of member function 'cimg_library::CImg<>::_eval' requested here
return _eval(0,expression,x,y,z,c,list_images);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:66830:20: note: in instantiation of member function 'cimg_library::CImg<>::eval' requested here
return empty.eval(expression,x,y,z,c);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:47616:28: warning: implicit conversion loses integer precision: 'cimg_library::CImg<unsigned char>::longT' (aka 'long') to 'int' [-Wshorten-64-to-32]
cimg_draw_scanline(xm,xM,y,color,opacity,cbs);
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:46711:20: note: expanded from macro 'cimg_draw_scanline'
_draw_scanline(x0,x1,y,color,opacity,brightness,_sc_nopacity,_sc_copacity,_sc_whd,_sc_maxval)
~~~~~~~~~~~~~~ ^~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:27583:42: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
CImg<charT> _expr(mp.opcode[2] - 5);
~~~~~ ~~~~~~~~~~~~~^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:20008:50: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::mp_vector_print' requested here
((CImg<ulongT>::vector((ulongT)mp_vector_print,arg1,0,(ulongT)_cimg_mp_size(arg1),0),
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17029:41: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::compile' requested here
const unsigned int ind_result = compile(expr._data,expr._data + expr._width - 1,0,0,0);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29397:25: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_cimg_math_parser' requested here
_cimg_math_parser mp(expression + (*expression=='>' || *expression=='<' ||
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29321:14: note: in instantiation of member function 'cimg_library::CImg<>::_eval' requested here
return _eval(0,expression,x,y,z,c,list_images);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:66830:20: note: in instantiation of member function 'cimg_library::CImg<>::eval' requested here
return empty.eval(expression,x,y,z,c);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:26667:44: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
CImg<charT> _expr(mp.opcode[2] - 4);
~~~~~ ~~~~~~~~~~~~~^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:20011:50: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::mp_print' requested here
((CImg<ulongT>::vector((ulongT)mp_print,arg1,0,0),
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17029:41: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::compile' requested here
const unsigned int ind_result = compile(expr._data,expr._data + expr._width - 1,0,0,0);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29397:25: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_cimg_math_parser' requested here
_cimg_math_parser mp(expression + (*expression=='>' || *expression=='<' ||
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29321:14: note: in instantiation of member function 'cimg_library::CImg<>::_eval' requested here
return _eval(0,expression,x,y,z,c,list_images);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:66830:20: note: in instantiation of member function 'cimg_library::CImg<>::eval' requested here
return empty.eval(expression,x,y,z,c);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:24385:39: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
CImg<charT> expr(mp.opcode[2] - 8);
~~~~ ~~~~~~~~~~~~~^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:20016:48: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::mp_display' requested here
((CImg<ulongT>::vector((ulongT)mp_display,arg1,0,(ulongT)_cimg_mp_size(arg1),
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17029:41: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::compile' requested here
const unsigned int ind_result = compile(expr._data,expr._data + expr._width - 1,0,0,0);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29397:25: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_cimg_math_parser' requested here
_cimg_math_parser mp(expression + (*expression=='>' || *expression=='<' ||
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29321:14: note: in instantiation of member function 'cimg_library::CImg<>::_eval' requested here
return _eval(0,expression,x,y,z,c,list_images);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:66830:20: note: in instantiation of member function 'cimg_library::CImg<>::eval' requested here
return empty.eval(expression,x,y,z,c);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:24353:83: warning: implicit conversion loses integer precision: 'unsigned long' to 'const unsigned int' [-Wshorten-64-to-32]
const unsigned int i_end = (unsigned int)mp.opcode[2], siz = mp.opcode[2] - 3;
~~~ ~~~~~~~~~~~~~^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:20042:44: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::mp_diag' requested here
CImg<ulongT>::vector((ulongT)mp_diag,0,0).move_to(l_opcode);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17029:41: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::compile' requested here
const unsigned int ind_result = compile(expr._data,expr._data + expr._width - 1,0,0,0);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29397:25: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_cimg_math_parser' requested here
_cimg_math_parser mp(expression + (*expression=='>' || *expression=='<' ||
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29321:14: note: in instantiation of member function 'cimg_library::CImg<>::_eval' requested here
return _eval(0,expression,x,y,z,c,list_images);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:66830:20: note: in instantiation of member function 'cimg_library::CImg<>::eval' requested here
return empty.eval(expression,x,y,z,c);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:24751:28: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
CImg<charT> ss(siz + 1);
~~ ~~~~^~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:20639:44: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::mp_fsize' requested here
CImg<ulongT>::vector((ulongT)mp_fsize,pos,arg1,(ulongT)_cimg_mp_size(arg1)).move_to(code);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17029:41: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::compile' requested here
const unsigned int ind_result = compile(expr._data,expr._data + expr._width - 1,0,0,0);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29397:25: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_cimg_math_parser' requested here
_cimg_math_parser mp(expression + (*expression=='>' || *expression=='<' ||
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29321:14: note: in instantiation of member function 'cimg_library::CImg<>::_eval' requested here
return _eval(0,expression,x,y,z,c,list_images);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:66830:20: note: in instantiation of member function 'cimg_library::CImg<>::eval' requested here
return empty.eval(expression,x,y,z,c);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:26614:56: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
cimg_foroff(points,k) if (i<i_end) points(k/2,k%2) = (int)cimg::round(_mp_arg(i++));
~~~~~~ ~^~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:21323:44: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::mp_polygon' requested here
CImg<ulongT>::vector((ulongT)mp_polygon,_cimg_mp_slot_nan,0,p1).move_to(l_opcode);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17029:41: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::compile' requested here
const unsigned int ind_result = compile(expr._data,expr._data + expr._width - 1,0,0,0);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29397:25: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_cimg_math_parser' requested here
_cimg_math_parser mp(expression + (*expression=='>' || *expression=='<' ||
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29321:14: note: in instantiation of member function 'cimg_library::CImg<>::_eval' requested here
return _eval(0,expression,x,y,z,c,list_images);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:66830:20: note: in instantiation of member function 'cimg_library::CImg<>::eval' requested here
return empty.eval(expression,x,y,z,c);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:47616:31: warning: implicit conversion loses integer precision: 'cimg_library::CImg<>::longT' (aka 'long') to 'int' [-Wshorten-64-to-32]
cimg_draw_scanline(xm,xM,y,color,opacity,cbs);
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:46711:23: note: expanded from macro 'cimg_draw_scanline'
_draw_scanline(x0,x1,y,color,opacity,brightness,_sc_nopacity,_sc_copacity,_sc_whd,_sc_maxval)
~~~~~~~~~~~~~~ ^~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:47642:7: note: in instantiation of function template specialization 'cimg_library::CImg<>::_draw_triangle<float>' requested here
_draw_triangle(x0,y0,x1,y1,x2,y2,color,opacity,1);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:49252:36: note: in instantiation of function template specialization 'cimg_library::CImg<>::draw_triangle<float>' requested here
if (points._width==3) return draw_triangle(cimg::uiround(points(0,0)),cimg::uiround(points(0,1)),
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:26623:24: note: in instantiation of function template specialization 'cimg_library::CImg<>::draw_polygon<int, float>' requested here
else img.draw_polygon(points,color._data,opacity);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:21323:44: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::mp_polygon' requested here
CImg<ulongT>::vector((ulongT)mp_polygon,_cimg_mp_slot_nan,0,p1).move_to(l_opcode);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17029:41: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::compile' requested here
const unsigned int ind_result = compile(expr._data,expr._data + expr._width - 1,0,0,0);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29397:25: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_cimg_math_parser' requested here
_cimg_math_parser mp(expression + (*expression=='>' || *expression=='<' ||
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29321:14: note: in instantiation of member function 'cimg_library::CImg<>::_eval' requested here
return _eval(0,expression,x,y,z,c,list_images);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:66830:20: note: in instantiation of member function 'cimg_library::CImg<>::eval' requested here
return empty.eval(expression,x,y,z,c);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:47616:28: warning: implicit conversion loses integer precision: 'cimg_library::CImg<>::longT' (aka 'long') to 'int' [-Wshorten-64-to-32]
cimg_draw_scanline(xm,xM,y,color,opacity,cbs);
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:46711:20: note: expanded from macro 'cimg_draw_scanline'
_draw_scanline(x0,x1,y,color,opacity,brightness,_sc_nopacity,_sc_copacity,_sc_whd,_sc_maxval)
~~~~~~~~~~~~~~ ^~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:27104:96: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
if (sn<siz) CImg<doubleT>(ptrd + sn,siz - sn,1,1,1,true) = CImg<doubleT>(ptrs + sn,siz - sn,1,1,1,true);
~~~~ ~~~~^~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:21847:44: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::mp_sort' requested here
CImg<ulongT>::vector((ulongT)mp_sort,pos,arg1,p1,arg2,arg3,arg4).move_to(code);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17029:41: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::compile' requested here
const unsigned int ind_result = compile(expr._data,expr._data + expr._width - 1,0,0,0);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29397:25: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_cimg_math_parser' requested here
_cimg_math_parser mp(expression + (*expression=='>' || *expression=='<' ||
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29321:14: note: in instantiation of member function 'cimg_library::CImg<>::_eval' requested here
return _eval(0,expression,x,y,z,c,list_images);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:66830:20: note: in instantiation of member function 'cimg_library::CImg<>::eval' requested here
return empty.eval(expression,x,y,z,c);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:27104:49: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
if (sn<siz) CImg<doubleT>(ptrd + sn,siz - sn,1,1,1,true) = CImg<doubleT>(ptrs + sn,siz - sn,1,1,1,true);
~~~~ ~~~~^~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:27187:32: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
CImg<charT> ss(siz + 1 - ind);
~~ ~~~~~~~~^~~~~
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:21944:44: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::mp_s2v' requested here
CImg<ulongT>::vector((ulongT)mp_s2v,pos,arg1,p1,arg2,arg3).move_to(code);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:17029:41: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::compile' requested here
const unsigned int ind_result = compile(expr._data,expr._data + expr._width - 1,0,0,0);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29397:25: note: in instantiation of member function 'cimg_library::CImg<>::_cimg_math_parser::_cimg_math_parser' requested here
_cimg_math_parser mp(expression + (*expression=='>' || *expression=='<' ||
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:29321:14: note: in instantiation of member function 'cimg_library::CImg<>::_eval' requested here
return _eval(0,expression,x,y,z,c,list_images);
^
/Users/davidcoeurjolly/Projects/utk/src/integration/../../externals/CImg-3.2.0_pre110222/CImg.h:66830:20: note: in instantiation of member function 'cimg_library::CImg<>::eval' requested here
return empty.eval(expression,x,y,z,c);
^
64 warnings generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment