* installing *source* package ‘imager’ ...
** package ‘imager’ successfully unpacked and MD5 sums checked
** using staged installation
checking for pkg-config... /usr/bin/pkg-config
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++-13 -std=gnu++17 accepts -g... yes
checking how to run the C++ preprocessor... g++-13 -std=gnu++17 -E
checking for X... libraries , headers 
checking for XOpenDisplay in -lX11... yes
X11 library found.
configure: Checking if FFTW3 library is available using pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FFTW... yes
FFTW3 found!
checking whether pkg-config knows about libtiff-4... yes
checking for configurable backends... checking whether --static is needed... no
checking for g++-13 -std=gnu++17 option to support OpenMP... -fopenmp
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/imager/src'
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include  -Dcimg_use_fftw3   -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c RcppExports.cpp -o RcppExports.o
In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/routines.h:26,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:128,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27,
                 from ../inst/include/imager.h:13,
                 from RcppExports.cpp:4:
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h: In member function 'std::streamsize Rcpp::Rstreambuf<OUTPUT>::xsputn(const char*, std::streamsize) [with bool OUTPUT = true; std::streamsize = long int]':
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::streamsize' {aka 'long int'} [-Wformat=]
   53 |         Rprintf("%.*s", num, s);
      |                  ~~^~   ~~~
      |                    |    |
      |                    int  std::streamsize {aka long int}
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h: In member function 'std::streamsize Rcpp::Rstreambuf<OUTPUT>::xsputn(const char*, std::streamsize) [with bool OUTPUT = false; std::streamsize = long int]':
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::streamsize' {aka 'long int'} [-Wformat=]
   57 |         REprintf("%.*s", num, s);
      |                   ~~^~   ~~~
      |                     |    |
      |                     int  std::streamsize {aka long int}
In file included from ../inst/include/imager.h:27:
../inst/include/CImg.h: In member function 'const cimg_library::CImg<T>& cimg_library::CImg<T>::_save_pandore(FILE*, const char*, unsigned int) const':
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameX(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58397:5: note: in expansion of macro '_cimglist_def_is_same1'
58397 |     _cimglist_def_is_same1(X)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58397:5: note: in expansion of macro '_cimglist_def_is_same1'
58397 |     _cimglist_def_is_same1(X)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameY(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58398:5: note: in expansion of macro '_cimglist_def_is_same1'
58398 |     _cimglist_def_is_same1(Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58398:5: note: in expansion of macro '_cimglist_def_is_same1'
58398 |     _cimglist_def_is_same1(Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameZ(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58399:5: note: in expansion of macro '_cimglist_def_is_same1'
58399 |     _cimglist_def_is_same1(Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58399:5: note: in expansion of macro '_cimglist_def_is_same1'
58399 |     _cimglist_def_is_same1(Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameC(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58400:5: note: in expansion of macro '_cimglist_def_is_same1'
58400 |     _cimglist_def_is_same1(C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58400:5: note: in expansion of macro '_cimglist_def_is_same1'
58400 |     _cimglist_def_is_same1(C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameXY(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58401:5: note: in expansion of macro '_cimglist_def_is_same2'
58401 |     _cimglist_def_is_same2(X,Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58401:5: note: in expansion of macro '_cimglist_def_is_same2'
58401 |     _cimglist_def_is_same2(X,Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameXZ(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58402:5: note: in expansion of macro '_cimglist_def_is_same2'
58402 |     _cimglist_def_is_same2(X,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58402:5: note: in expansion of macro '_cimglist_def_is_same2'
58402 |     _cimglist_def_is_same2(X,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameXC(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58403:5: note: in expansion of macro '_cimglist_def_is_same2'
58403 |     _cimglist_def_is_same2(X,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58403:5: note: in expansion of macro '_cimglist_def_is_same2'
58403 |     _cimglist_def_is_same2(X,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameYZ(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58404:5: note: in expansion of macro '_cimglist_def_is_same2'
58404 |     _cimglist_def_is_same2(Y,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58404:5: note: in expansion of macro '_cimglist_def_is_same2'
58404 |     _cimglist_def_is_same2(Y,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameYC(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58405:5: note: in expansion of macro '_cimglist_def_is_same2'
58405 |     _cimglist_def_is_same2(Y,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58405:5: note: in expansion of macro '_cimglist_def_is_same2'
58405 |     _cimglist_def_is_same2(Y,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameZC(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58406:5: note: in expansion of macro '_cimglist_def_is_same2'
58406 |     _cimglist_def_is_same2(Z,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58406:5: note: in expansion of macro '_cimglist_def_is_same2'
58406 |     _cimglist_def_is_same2(Z,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include  -Dcimg_use_fftw3   -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c colourspace.cpp -o colourspace.o
In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/routines.h:26,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:128,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27,
                 from ../inst/include/imager.h:13,
                 from colourspace.cpp:1:
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h: In member function 'std::streamsize Rcpp::Rstreambuf<OUTPUT>::xsputn(const char*, std::streamsize) [with bool OUTPUT = true; std::streamsize = long int]':
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::streamsize' {aka 'long int'} [-Wformat=]
   53 |         Rprintf("%.*s", num, s);
      |                  ~~^~   ~~~
      |                    |    |
      |                    int  std::streamsize {aka long int}
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h: In member function 'std::streamsize Rcpp::Rstreambuf<OUTPUT>::xsputn(const char*, std::streamsize) [with bool OUTPUT = false; std::streamsize = long int]':
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::streamsize' {aka 'long int'} [-Wformat=]
   57 |         REprintf("%.*s", num, s);
      |                   ~~^~   ~~~
      |                     |    |
      |                     int  std::streamsize {aka long int}
In file included from ../inst/include/imager.h:27:
../inst/include/CImg.h: In member function 'const cimg_library::CImg<T>& cimg_library::CImg<T>::_save_pandore(FILE*, const char*, unsigned int) const':
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameX(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58397:5: note: in expansion of macro '_cimglist_def_is_same1'
58397 |     _cimglist_def_is_same1(X)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58397:5: note: in expansion of macro '_cimglist_def_is_same1'
58397 |     _cimglist_def_is_same1(X)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameY(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58398:5: note: in expansion of macro '_cimglist_def_is_same1'
58398 |     _cimglist_def_is_same1(Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58398:5: note: in expansion of macro '_cimglist_def_is_same1'
58398 |     _cimglist_def_is_same1(Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameZ(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58399:5: note: in expansion of macro '_cimglist_def_is_same1'
58399 |     _cimglist_def_is_same1(Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58399:5: note: in expansion of macro '_cimglist_def_is_same1'
58399 |     _cimglist_def_is_same1(Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameC(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58400:5: note: in expansion of macro '_cimglist_def_is_same1'
58400 |     _cimglist_def_is_same1(C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58400:5: note: in expansion of macro '_cimglist_def_is_same1'
58400 |     _cimglist_def_is_same1(C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameXY(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58401:5: note: in expansion of macro '_cimglist_def_is_same2'
58401 |     _cimglist_def_is_same2(X,Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58401:5: note: in expansion of macro '_cimglist_def_is_same2'
58401 |     _cimglist_def_is_same2(X,Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameXZ(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58402:5: note: in expansion of macro '_cimglist_def_is_same2'
58402 |     _cimglist_def_is_same2(X,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58402:5: note: in expansion of macro '_cimglist_def_is_same2'
58402 |     _cimglist_def_is_same2(X,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameXC(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58403:5: note: in expansion of macro '_cimglist_def_is_same2'
58403 |     _cimglist_def_is_same2(X,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58403:5: note: in expansion of macro '_cimglist_def_is_same2'
58403 |     _cimglist_def_is_same2(X,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameYZ(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58404:5: note: in expansion of macro '_cimglist_def_is_same2'
58404 |     _cimglist_def_is_same2(Y,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58404:5: note: in expansion of macro '_cimglist_def_is_same2'
58404 |     _cimglist_def_is_same2(Y,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameYC(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58405:5: note: in expansion of macro '_cimglist_def_is_same2'
58405 |     _cimglist_def_is_same2(Y,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58405:5: note: in expansion of macro '_cimglist_def_is_same2'
58405 |     _cimglist_def_is_same2(Y,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameZC(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58406:5: note: in expansion of macro '_cimglist_def_is_same2'
58406 |     _cimglist_def_is_same2(Z,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58406:5: note: in expansion of macro '_cimglist_def_is_same2'
58406 |     _cimglist_def_is_same2(Z,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include  -Dcimg_use_fftw3   -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c coordinates.cpp -o coordinates.o
In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/routines.h:26,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:128,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27,
                 from ../inst/include/imager.h:13,
                 from coordinates.cpp:1:
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h: In member function 'std::streamsize Rcpp::Rstreambuf<OUTPUT>::xsputn(const char*, std::streamsize) [with bool OUTPUT = true; std::streamsize = long int]':
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::streamsize' {aka 'long int'} [-Wformat=]
   53 |         Rprintf("%.*s", num, s);
      |                  ~~^~   ~~~
      |                    |    |
      |                    int  std::streamsize {aka long int}
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h: In member function 'std::streamsize Rcpp::Rstreambuf<OUTPUT>::xsputn(const char*, std::streamsize) [with bool OUTPUT = false; std::streamsize = long int]':
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::streamsize' {aka 'long int'} [-Wformat=]
   57 |         REprintf("%.*s", num, s);
      |                   ~~^~   ~~~
      |                     |    |
      |                     int  std::streamsize {aka long int}
In file included from ../inst/include/imager.h:27:
../inst/include/CImg.h: In member function 'const cimg_library::CImg<T>& cimg_library::CImg<T>::_save_pandore(FILE*, const char*, unsigned int) const':
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameX(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58397:5: note: in expansion of macro '_cimglist_def_is_same1'
58397 |     _cimglist_def_is_same1(X)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58397:5: note: in expansion of macro '_cimglist_def_is_same1'
58397 |     _cimglist_def_is_same1(X)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameY(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58398:5: note: in expansion of macro '_cimglist_def_is_same1'
58398 |     _cimglist_def_is_same1(Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58398:5: note: in expansion of macro '_cimglist_def_is_same1'
58398 |     _cimglist_def_is_same1(Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameZ(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58399:5: note: in expansion of macro '_cimglist_def_is_same1'
58399 |     _cimglist_def_is_same1(Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58399:5: note: in expansion of macro '_cimglist_def_is_same1'
58399 |     _cimglist_def_is_same1(Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameC(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58400:5: note: in expansion of macro '_cimglist_def_is_same1'
58400 |     _cimglist_def_is_same1(C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58400:5: note: in expansion of macro '_cimglist_def_is_same1'
58400 |     _cimglist_def_is_same1(C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameXY(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58401:5: note: in expansion of macro '_cimglist_def_is_same2'
58401 |     _cimglist_def_is_same2(X,Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58401:5: note: in expansion of macro '_cimglist_def_is_same2'
58401 |     _cimglist_def_is_same2(X,Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameXZ(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58402:5: note: in expansion of macro '_cimglist_def_is_same2'
58402 |     _cimglist_def_is_same2(X,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58402:5: note: in expansion of macro '_cimglist_def_is_same2'
58402 |     _cimglist_def_is_same2(X,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameXC(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58403:5: note: in expansion of macro '_cimglist_def_is_same2'
58403 |     _cimglist_def_is_same2(X,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58403:5: note: in expansion of macro '_cimglist_def_is_same2'
58403 |     _cimglist_def_is_same2(X,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameYZ(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58404:5: note: in expansion of macro '_cimglist_def_is_same2'
58404 |     _cimglist_def_is_same2(Y,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58404:5: note: in expansion of macro '_cimglist_def_is_same2'
58404 |     _cimglist_def_is_same2(Y,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameYC(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58405:5: note: in expansion of macro '_cimglist_def_is_same2'
58405 |     _cimglist_def_is_same2(Y,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58405:5: note: in expansion of macro '_cimglist_def_is_same2'
58405 |     _cimglist_def_is_same2(Y,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameZC(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58406:5: note: in expansion of macro '_cimglist_def_is_same2'
58406 |     _cimglist_def_is_same2(Z,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58406:5: note: in expansion of macro '_cimglist_def_is_same2'
58406 |     _cimglist_def_is_same2(Z,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include  -Dcimg_use_fftw3   -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c display.cpp -o display.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include  -Dcimg_use_fftw3   -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c drawing.cpp -o drawing.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include  -Dcimg_use_fftw3   -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c filtering.cpp -o filtering.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include  -Dcimg_use_fftw3   -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c hough.cpp -o hough.o
In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/routines.h:26,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:128,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27,
                 from ../inst/include/imager.h:13,
                 from display.cpp:1:
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h: In member function 'std::streamsize Rcpp::Rstreambuf<OUTPUT>::xsputn(const char*, std::streamsize) [with bool OUTPUT = true; std::streamsize = long int]':
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::streamsize' {aka 'long int'} [-Wformat=]
   53 |         Rprintf("%.*s", num, s);
      |                  ~~^~   ~~~
      |                    |    |
      |                    int  std::streamsize {aka long int}
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h: In member function 'std::streamsize Rcpp::Rstreambuf<OUTPUT>::xsputn(const char*, std::streamsize) [with bool OUTPUT = false; std::streamsize = long int]':
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::streamsize' {aka 'long int'} [-Wformat=]
   57 |         REprintf("%.*s", num, s);
      |                   ~~^~   ~~~
      |                     |    |
      |                     int  std::streamsize {aka long int}
In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/routines.h:26,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:128,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27,
                 from ../inst/include/imager.h:13,
                 from drawing.cpp:1:
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h: In member function 'std::streamsize Rcpp::Rstreambuf<OUTPUT>::xsputn(const char*, std::streamsize) [with bool OUTPUT = true; std::streamsize = long int]':
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::streamsize' {aka 'long int'} [-Wformat=]
   53 |         Rprintf("%.*s", num, s);
      |                  ~~^~   ~~~
      |                    |    |
      |                    int  std::streamsize {aka long int}
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h: In member function 'std::streamsize Rcpp::Rstreambuf<OUTPUT>::xsputn(const char*, std::streamsize) [with bool OUTPUT = false; std::streamsize = long int]':
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::streamsize' {aka 'long int'} [-Wformat=]
   57 |         REprintf("%.*s", num, s);
      |                   ~~^~   ~~~
      |                     |    |
      |                     int  std::streamsize {aka long int}
In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/routines.h:26,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:128,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27,
                 from ../inst/include/imager.h:13,
                 from filtering.cpp:1:
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h: In member function 'std::streamsize Rcpp::Rstreambuf<OUTPUT>::xsputn(const char*, std::streamsize) [with bool OUTPUT = true; std::streamsize = long int]':
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::streamsize' {aka 'long int'} [-Wformat=]
   53 |         Rprintf("%.*s", num, s);
      |                  ~~^~   ~~~
      |                    |    |
      |                    int  std::streamsize {aka long int}
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h: In member function 'std::streamsize Rcpp::Rstreambuf<OUTPUT>::xsputn(const char*, std::streamsize) [with bool OUTPUT = false; std::streamsize = long int]':
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::streamsize' {aka 'long int'} [-Wformat=]
   57 |         REprintf("%.*s", num, s);
      |                   ~~^~   ~~~
      |                     |    |
      |                     int  std::streamsize {aka long int}
In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/routines.h:26,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:128,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27,
                 from ../inst/include/imager.h:13,
                 from hough.cpp:2:
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h: In member function 'std::streamsize Rcpp::Rstreambuf<OUTPUT>::xsputn(const char*, std::streamsize) [with bool OUTPUT = true; std::streamsize = long int]':
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::streamsize' {aka 'long int'} [-Wformat=]
   53 |         Rprintf("%.*s", num, s);
      |                  ~~^~   ~~~
      |                    |    |
      |                    int  std::streamsize {aka long int}
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h: In member function 'std::streamsize Rcpp::Rstreambuf<OUTPUT>::xsputn(const char*, std::streamsize) [with bool OUTPUT = false; std::streamsize = long int]':
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::streamsize' {aka 'long int'} [-Wformat=]
   57 |         REprintf("%.*s", num, s);
      |                   ~~^~   ~~~
      |                     |    |
      |                     int  std::streamsize {aka long int}
In file included from ../inst/include/imager.h:27:
../inst/include/CImg.h: In member function 'const cimg_library::CImg<T>& cimg_library::CImg<T>::_save_pandore(FILE*, const char*, unsigned int) const':
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56424:7: note: in expansion of macro '_cimg_save_pandore_case'
56424 |       _cimg_save_pandore_case(0,0,1,"unsigned short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56425:7: note: in expansion of macro '_cimg_save_pandore_case'
56425 |       _cimg_save_pandore_case(0,0,1,"short",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56426:7: note: in expansion of macro '_cimg_save_pandore_case'
56426 |       _cimg_save_pandore_case(0,0,1,"unsigned int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56427:7: note: in expansion of macro '_cimg_save_pandore_case'
56427 |       _cimg_save_pandore_case(0,0,1,"int",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56428:7: note: in expansion of macro '_cimg_save_pandore_case'
56428 |       _cimg_save_pandore_case(0,0,1,"unsigned int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56429:7: note: in expansion of macro '_cimg_save_pandore_case'
56429 |       _cimg_save_pandore_case(0,0,1,"int64",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56430:7: note: in expansion of macro '_cimg_save_pandore_case'
56430 |       _cimg_save_pandore_case(0,0,1,"float",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56431:7: note: in expansion of macro '_cimg_save_pandore_case'
56431 |       _cimg_save_pandore_case(0,0,1,"double",10);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56433:7: note: in expansion of macro '_cimg_save_pandore_case'
56433 |       _cimg_save_pandore_case(0,1,3,"unsigned char",16);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56434:7: note: in expansion of macro '_cimg_save_pandore_case'
56434 |       _cimg_save_pandore_case(0,1,3,"char",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56435:7: note: in expansion of macro '_cimg_save_pandore_case'
56435 |       _cimg_save_pandore_case(0,1,3,"unsigned short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56436:7: note: in expansion of macro '_cimg_save_pandore_case'
56436 |       _cimg_save_pandore_case(0,1,3,"short",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56437:7: note: in expansion of macro '_cimg_save_pandore_case'
56437 |       _cimg_save_pandore_case(0,1,3,"unsigned int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56438:7: note: in expansion of macro '_cimg_save_pandore_case'
56438 |       _cimg_save_pandore_case(0,1,3,"int",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56439:7: note: in expansion of macro '_cimg_save_pandore_case'
56439 |       _cimg_save_pandore_case(0,1,3,"unsigned int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56440:7: note: in expansion of macro '_cimg_save_pandore_case'
56440 |       _cimg_save_pandore_case(0,1,3,"int64",17);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56441:7: note: in expansion of macro '_cimg_save_pandore_case'
56441 |       _cimg_save_pandore_case(0,1,3,"float",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56442:7: note: in expansion of macro '_cimg_save_pandore_case'
56442 |       _cimg_save_pandore_case(0,1,3,"double",18);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56444:7: note: in expansion of macro '_cimg_save_pandore_case'
56444 |       _cimg_save_pandore_case(0,0,3,"unsigned char",19);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56445:7: note: in expansion of macro '_cimg_save_pandore_case'
56445 |       _cimg_save_pandore_case(0,0,3,"char",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56446:7: note: in expansion of macro '_cimg_save_pandore_case'
56446 |       _cimg_save_pandore_case(0,0,3,"unsigned short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56447:7: note: in expansion of macro '_cimg_save_pandore_case'
56447 |       _cimg_save_pandore_case(0,0,3,"short",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56448:7: note: in expansion of macro '_cimg_save_pandore_case'
56448 |       _cimg_save_pandore_case(0,0,3,"unsigned int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56449:7: note: in expansion of macro '_cimg_save_pandore_case'
56449 |       _cimg_save_pandore_case(0,0,3,"int",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56450:7: note: in expansion of macro '_cimg_save_pandore_case'
56450 |       _cimg_save_pandore_case(0,0,3,"unsigned int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56451:7: note: in expansion of macro '_cimg_save_pandore_case'
56451 |       _cimg_save_pandore_case(0,0,3,"int64",20);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56452:7: note: in expansion of macro '_cimg_save_pandore_case'
56452 |       _cimg_save_pandore_case(0,0,3,"float",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56453:7: note: in expansion of macro '_cimg_save_pandore_case'
56453 |       _cimg_save_pandore_case(0,0,3,"double",21);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56455:7: note: in expansion of macro '_cimg_save_pandore_case'
56455 |       _cimg_save_pandore_case(1,1,0,"unsigned char",22);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56456:7: note: in expansion of macro '_cimg_save_pandore_case'
56456 |       _cimg_save_pandore_case(1,1,0,"char",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56457:7: note: in expansion of macro '_cimg_save_pandore_case'
56457 |       _cimg_save_pandore_case(1,1,0,"unsigned short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56458:7: note: in expansion of macro '_cimg_save_pandore_case'
56458 |       _cimg_save_pandore_case(1,1,0,"short",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56459:7: note: in expansion of macro '_cimg_save_pandore_case'
56459 |       _cimg_save_pandore_case(1,1,0,"unsigned int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56460:7: note: in expansion of macro '_cimg_save_pandore_case'
56460 |       _cimg_save_pandore_case(1,1,0,"int",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56461:7: note: in expansion of macro '_cimg_save_pandore_case'
56461 |       _cimg_save_pandore_case(1,1,0,"unsigned int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56462:7: note: in expansion of macro '_cimg_save_pandore_case'
56462 |       _cimg_save_pandore_case(1,1,0,"int64",23);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56463:7: note: in expansion of macro '_cimg_save_pandore_case'
56463 |       _cimg_save_pandore_case(1,1,0,"float",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56464:7: note: in expansion of macro '_cimg_save_pandore_case'
56464 |       _cimg_save_pandore_case(1,1,0,"double",25);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56466:7: note: in expansion of macro '_cimg_save_pandore_case'
56466 |       _cimg_save_pandore_case(0,1,0,"unsigned char",26);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56467:7: note: in expansion of macro '_cimg_save_pandore_case'
56467 |       _cimg_save_pandore_case(0,1,0,"char",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56468:7: note: in expansion of macro '_cimg_save_pandore_case'
56468 |       _cimg_save_pandore_case(0,1,0,"unsigned short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56469:7: note: in expansion of macro '_cimg_save_pandore_case'
56469 |       _cimg_save_pandore_case(0,1,0,"short",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56470:7: note: in expansion of macro '_cimg_save_pandore_case'
56470 |       _cimg_save_pandore_case(0,1,0,"unsigned int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56471:7: note: in expansion of macro '_cimg_save_pandore_case'
56471 |       _cimg_save_pandore_case(0,1,0,"int",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56472:7: note: in expansion of macro '_cimg_save_pandore_case'
56472 |       _cimg_save_pandore_case(0,1,0,"unsigned int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56473:7: note: in expansion of macro '_cimg_save_pandore_case'
56473 |       _cimg_save_pandore_case(0,1,0,"int64",27);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56474:7: note: in expansion of macro '_cimg_save_pandore_case'
56474 |       _cimg_save_pandore_case(0,1,0,"float",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56475:7: note: in expansion of macro '_cimg_save_pandore_case'
56475 |       _cimg_save_pandore_case(0,1,0,"double",29);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56477:7: note: in expansion of macro '_cimg_save_pandore_case'
56477 |       _cimg_save_pandore_case(0,0,0,"unsigned char",30);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56478:7: note: in expansion of macro '_cimg_save_pandore_case'
56478 |       _cimg_save_pandore_case(0,0,0,"char",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56479:7: note: in expansion of macro '_cimg_save_pandore_case'
56479 |       _cimg_save_pandore_case(0,0,0,"unsigned short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56480:7: note: in expansion of macro '_cimg_save_pandore_case'
56480 |       _cimg_save_pandore_case(0,0,0,"short",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56481:7: note: in expansion of macro '_cimg_save_pandore_case'
56481 |       _cimg_save_pandore_case(0,0,0,"unsigned int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56482:7: note: in expansion of macro '_cimg_save_pandore_case'
56482 |       _cimg_save_pandore_case(0,0,0,"int",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56483:7: note: in expansion of macro '_cimg_save_pandore_case'
56483 |       _cimg_save_pandore_case(0,0,0,"unsigned int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56484:7: note: in expansion of macro '_cimg_save_pandore_case'
56484 |       _cimg_save_pandore_case(0,0,0,"int64",31);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56485:7: note: in expansion of macro '_cimg_save_pandore_case'
56485 |       _cimg_save_pandore_case(0,0,0,"float",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56486:7: note: in expansion of macro '_cimg_save_pandore_case'
56486 |       _cimg_save_pandore_case(0,0,0,"double",33);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameX(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58397:5: note: in expansion of macro '_cimglist_def_is_same1'
58397 |     _cimglist_def_is_same1(X)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58397:5: note: in expansion of macro '_cimglist_def_is_same1'
58397 |     _cimglist_def_is_same1(X)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameY(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58398:5: note: in expansion of macro '_cimglist_def_is_same1'
58398 |     _cimglist_def_is_same1(Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58398:5: note: in expansion of macro '_cimglist_def_is_same1'
58398 |     _cimglist_def_is_same1(Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameZ(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58399:5: note: in expansion of macro '_cimglist_def_is_same1'
58399 |     _cimglist_def_is_same1(Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58399:5: note: in expansion of macro '_cimglist_def_is_same1'
58399 |     _cimglist_def_is_same1(Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameC(unsigned int) const':
../inst/include/CImg.h:58346:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |       ^~~
../inst/include/CImg.h:58400:5: note: in expansion of macro '_cimglist_def_is_same1'
58400 |     _cimglist_def_is_same1(C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58346:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58346 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis(val); return res; \
      |                                                                                         ^~~~~~
../inst/include/CImg.h:58400:5: note: in expansion of macro '_cimglist_def_is_same1'
58400 |     _cimglist_def_is_same1(C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameXY(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58401:5: note: in expansion of macro '_cimglist_def_is_same2'
58401 |     _cimglist_def_is_same2(X,Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58401:5: note: in expansion of macro '_cimglist_def_is_same2'
58401 |     _cimglist_def_is_same2(X,Y)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameXZ(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58402:5: note: in expansion of macro '_cimglist_def_is_same2'
58402 |     _cimglist_def_is_same2(X,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58402:5: note: in expansion of macro '_cimglist_def_is_same2'
58402 |     _cimglist_def_is_same2(X,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameXC(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58403:5: note: in expansion of macro '_cimglist_def_is_same2'
58403 |     _cimglist_def_is_same2(X,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58403:5: note: in expansion of macro '_cimglist_def_is_same2'
58403 |     _cimglist_def_is_same2(X,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameYZ(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58404:5: note: in expansion of macro '_cimglist_def_is_same2'
58404 |     _cimglist_def_is_same2(Y,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58404:5: note: in expansion of macro '_cimglist_def_is_same2'
58404 |     _cimglist_def_is_same2(Y,Z)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameYC(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58405:5: note: in expansion of macro '_cimglist_def_is_same2'
58405 |     _cimglist_def_is_same2(Y,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58405:5: note: in expansion of macro '_cimglist_def_is_same2'
58405 |     _cimglist_def_is_same2(Y,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h: In member function 'bool cimg_library::CImgList<T>::is_sameZC(unsigned int, unsigned int) const':
../inst/include/CImg.h:58355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |       ^~~
../inst/include/CImg.h:58406:5: note: in expansion of macro '_cimglist_def_is_same2'
58406 |     _cimglist_def_is_same2(Z,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:58355:103: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
58355 |       for (unsigned int l = 0; l<_width && res; ++l) res = _data[l].is_same##axis1##axis2(val1,val2); return res; \
      |                                                                                                       ^~~~~~
../inst/include/CImg.h:58406:5: note: in expansion of macro '_cimglist_def_is_same2'
58406 |     _cimglist_def_is_same2(Z,C)
      |     ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../inst/include/imager.h:27:
../inst/include/CImg.h: In member function 'const cimg_library::CImg<T>& cimg_library::CImg<T>::_save_pandore(FILE*, const char*, unsigned int) const':
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56400:7: note: in expansion of macro '_cimg_save_pandore_case'
56400 |       _cimg_save_pandore_case(1,1,1,"unsigned char",2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56401:7: note: in expansion of macro '_cimg_save_pandore_case'
56401 |       _cimg_save_pandore_case(1,1,1,"char",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56402:7: note: in expansion of macro '_cimg_save_pandore_case'
56402 |       _cimg_save_pandore_case(1,1,1,"unsigned short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56403:7: note: in expansion of macro '_cimg_save_pandore_case'
56403 |       _cimg_save_pandore_case(1,1,1,"short",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56404:7: note: in expansion of macro '_cimg_save_pandore_case'
56404 |       _cimg_save_pandore_case(1,1,1,"unsigned int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56405:7: note: in expansion of macro '_cimg_save_pandore_case'
56405 |       _cimg_save_pandore_case(1,1,1,"int",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56406:7: note: in expansion of macro '_cimg_save_pandore_case'
56406 |       _cimg_save_pandore_case(1,1,1,"unsigned int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56407:7: note: in expansion of macro '_cimg_save_pandore_case'
56407 |       _cimg_save_pandore_case(1,1,1,"int64",3);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56408:7: note: in expansion of macro '_cimg_save_pandore_case'
56408 |       _cimg_save_pandore_case(1,1,1,"float",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56409:7: note: in expansion of macro '_cimg_save_pandore_case'
56409 |       _cimg_save_pandore_case(1,1,1,"double",4);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56411:7: note: in expansion of macro '_cimg_save_pandore_case'
56411 |       _cimg_save_pandore_case(0,1,1,"unsigned char",5);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56412:7: note: in expansion of macro '_cimg_save_pandore_case'
56412 |       _cimg_save_pandore_case(0,1,1,"char",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56413:7: note: in expansion of macro '_cimg_save_pandore_case'
56413 |       _cimg_save_pandore_case(0,1,1,"unsigned short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56414:7: note: in expansion of macro '_cimg_save_pandore_case'
56414 |       _cimg_save_pandore_case(0,1,1,"short",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56415:7: note: in expansion of macro '_cimg_save_pandore_case'
56415 |       _cimg_save_pandore_case(0,1,1,"unsigned int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56416:7: note: in expansion of macro '_cimg_save_pandore_case'
56416 |       _cimg_save_pandore_case(0,1,1,"int",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56417:7: note: in expansion of macro '_cimg_save_pandore_case'
56417 |       _cimg_save_pandore_case(0,1,1,"unsigned int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56418:7: note: in expansion of macro '_cimg_save_pandore_case'
56418 |       _cimg_save_pandore_case(0,1,1,"int64",6);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56419:7: note: in expansion of macro '_cimg_save_pandore_case'
56419 |       _cimg_save_pandore_case(0,1,1,"float",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56420:7: note: in expansion of macro '_cimg_save_pandore_case'
56420 |       _cimg_save_pandore_case(0,1,1,"double",7);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                         ^~~~
../inst/include/CImg.h:56422:7: note: in expansion of macro '_cimg_save_pandore_case'
56422 |       _cimg_save_pandore_case(0,0,1,"unsigned char",8);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56358:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56358 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned long)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                        ^~~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56360:71: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
56360 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned int)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |                                                                       ^~~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:11: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
56362 |           for (int d = 0; d<5; ++d) ndims[d] = (unsigned short)dims[d]; cimg::fwrite(ndims._data,nbdims,nfile); } \
      |           ^~~
../inst/include/CImg.h:56423:7: note: in expansion of macro '_cimg_save_pandore_case'
56423 |       _cimg_save_pandore_case(0,0,1,"char",9);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
../inst/include/CImg.h:56362:73: note: ...this statement, but the latter is misle