Back to the "Multiple platform build/check report" A  B  C  D  E [F] G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

Package 236/671HostnameOS / ArchBUILDCHECKBUILD BIN
flowWorkspace 1.6.0
Greg Finak ,Mike Jiang
Snapshot Date: 2013-04-30 17:01:37 -0700 (Tue, 30 Apr 2013)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_12/madman/Rpacks/flowWorkspace
Last Changed Rev: 75263 / Revision: 76155
Last Changed Date: 2013-04-03 14:32:27 -0700 (Wed, 03 Apr 2013)
george2 Linux (Ubuntu 12.04.1 LTS) / x86_64  OK  OK 
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64 N O T   S U P P O R T E D
petty Mac OS X Snow Leopard (10.6.8) / x86_64  ERROR  skipped  skipped 
pelham Mac OS X Snow Leopard (10.6.8) / x86_64  OK  OK [ OK ]

Summary

Package: flowWorkspace
Version: 1.6.0
Command: rm -rf flowWorkspace.buildbin-libdir && mkdir flowWorkspace.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh flowWorkspace_1.6.0.tar.gz /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R flowWorkspace.buildbin-libdir
StartedAt: 2013-05-01 12:23:26 -0700 (Wed, 01 May 2013)
EndedAt: 2013-05-01 12:27:40 -0700 (Wed, 01 May 2013)
EllapsedTime: 253.7 seconds
RetCode: 0
Status:  OK 
PackageFile: flowWorkspace_1.6.0.tgz
PackageFileSize: 2.46 MiB

Command output

>>>>>>> 
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=flowWorkspace.buildbin-libdir flowWorkspace_1.6.0.tar.gz'
>>>>>>> 

* installing *source* package 'flowWorkspace' ...
removing .o files
checking for g++... g++
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++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdbool.h that conforms to C99... no
checking for _Bool... yes
checking for size_t... yes
configure: setting xml2 flags...
configure: No directory was specified for --with-xml2. Trying to find xml2 using other methods.
checking for xml2-config... /usr/bin/xml2-config
configure: No directory was specified for --with-boost. Using bundled boost.
found  trimmed_boost_1_52_0  header sources and tar archive;using what is there.
configure: Using the following compilation and linking flags for flowWorkspace
configure:    PKG_CPPFLAGS=-I/usr/include/libxml2 
configure:    PKG_LIBS=-lxml2 -lz -lpthread -licucore -lm 
configure: creating ./config.status
config.status: creating src/Makevars
** libs
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c GatingHierarchy.cpp -o GatingHierarchy.o
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:130:17: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        switch (size - i){                          
                     ˜ ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:190:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:237:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:245:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:266:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:274:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:311:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:312:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:319:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, element ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:320:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ; 
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:343:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:344:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:484:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( LGLSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:50:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:173:76: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        unary_call( Language call_, int index ) : call(call_), proxy(call_,index){}
                                                               ˜˜˜˜˜       ^˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:91: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                             ˜˜˜˜˜˜       ^˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:113: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                                                   ˜˜˜˜˜˜       ^˜˜˜˜˜
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:60:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Datetime.h:40:40: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
                int getMicroSeconds() const { return m_us; }
                                              ˜˜˜˜˜˜ ^˜˜˜
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:27:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:197:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:212:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:221:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:95:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:110:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:119:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:31:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/functions.h:37:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/seq_along.h:49:24: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return sugar::SeqLen( n ) ;
               ˜˜˜˜˜          ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
./include/flowData.hpp:82:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned dataSize(){return data.size();};
                            ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
./include/gate.hpp:70:19: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
                        unsigned nSize=vertices.size();
                                 ˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:14:
In file included from ./include/flowJoWorkspace.hpp:14:
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1407:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1417:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1425:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:15:
In file included from ./include/ncdfFlow.hpp:10:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:677:44: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_inq_enum_ident(int ncid, nc_type xtype, long long value, char *identifier);
                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:984:22: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                 size_t len, const long long *op);
                                   ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:987:60: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_get_att_longlong(int ncid, int varid, const char *name, long long *ip);
                                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:991:35: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                     size_t len, const unsigned long long *op);
                                                ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:995:17: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                     unsigned long long *ip);
                              ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1119:14: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                     const long long *op);
                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1123:5: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  long long *ip);
                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1127:21: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const unsigned long long *op);
                                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1131:15: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   unsigned long long *ip);
                            ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1226:33: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const size_t *countp, const long long *op);
                                              ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1230:27: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const size_t *countp, long long *ip);
                                        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1234:43: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const size_t *countp, const unsigned long long *op);
                                                        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1238:37: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const size_t *countp, unsigned long long *ip);
                                                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1354:11: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const long long *op);
                        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1359:5: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  long long *ip);
                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1364:21: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const unsigned long long *op);
                                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1369:15: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   unsigned long long *ip);
                            ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1487:36: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const ptrdiff_t * imapp, const long long *op);
                                                 ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1492:30: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const ptrdiff_t * imapp, long long *ip);
                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1497:46: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const ptrdiff_t * imapp, const unsigned long long *op);
                                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1502:40: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const ptrdiff_t * imapp, unsigned long long *ip);
                                                     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1578:48: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_put_var_longlong(int ncid, int varid, const long long *op);
                                               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1581:42: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_get_var_longlong(int ncid, int varid, long long *ip);
                                         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1584:58: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_put_var_ulonglong(int ncid, int varid, const unsigned long long *op);
                                                         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1587:52: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_get_var_ulonglong(int ncid, int varid, unsigned long long *ip);
                                                   ^
GatingHierarchy.cpp:824:11: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
        if(target>=0&&target<=boost::num_vertices(tree)-1)
           ˜˜˜˜˜˜^ ˜
GatingHierarchy.cpp:859:11: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
        if(source>=0&&source<=boost::num_vertices(tree)-1)
           ˜˜˜˜˜˜^ ˜
GatingHierarchy.cpp:913:6: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
        if(u>=0&&u<=boost::num_vertices(tree)-1)
           ˜^ ˜
GatingHierarchy.cpp:917:73: warning: adding 'VertexID' (aka 'unsigned long') to a string does not append to the string [-Wstring-plus-int]
                throw(out_of_range("returning empty node due to the invalid vertexID:"+u));
                                   ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜
GatingHierarchy.cpp:917:73: note: use array indexing to silence this warning
                throw(out_of_range("returning empty node due to the invalid vertexID:"+u));
                                                                                      ^
                                   &                                                  [ ]
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Date *, vector<Date, allocator<Date> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DateVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Datetime *, vector<Datetime, allocator<Datetime> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DatetimeVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:245:
trimmed_boost_1_52_0/boost/graph/detail/adjacency_list.hpp:1973:51: warning: implicit conversion changes signedness: 'unsigned long' to 'const difference_type' (aka 'const long') [-Wsign-conversion]
        g.m_vertices.erase(g.m_vertices.begin() + u);
                           ˜                      ^
trimmed_boost_1_52_0/boost/graph/detail/adjacency_list.hpp:2205:7: note: in instantiation of function template specialization 'boost::detail::remove_vertex_dispatch<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, unsigned long>' requested here
      detail::remove_vertex_dispatch(g, v, Cat());
      ^
GatingHierarchy.cpp:200:2: note: in instantiation of function template specialization 'boost::remove_vertex<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>::config, boost::bidirectional_graph_helper_with_property<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>::config> >' requested here
        boost::remove_vertex(nodeID,tree);
        ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:21:
In file included from trimmed_boost_1_52_0/boost/graph/topological_sort.hpp:16:
In file included from trimmed_boost_1_52_0/boost/graph/depth_first_search.hpp:21:
In file included from trimmed_boost_1_52_0/boost/graph/named_function_params.hpp:25:
trimmed_boost_1_52_0/boost/property_map/shared_array_property_map.hpp:36:17: warning: implicit conversion changes signedness: 'unsigned long' to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    return data[get(index, v)];
           ˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/property_map/property_map.hpp:361:5: note: in instantiation of member function 'boost::shared_array_property_map<boost::default_color_type, boost::vec_adj_list_vertex_id_map<nodeProperties *, unsigned long> >::operator[]' requested here
    static_cast<const PropertyMap&>(pa)[k] = v;
    ^
trimmed_boost_1_52_0/boost/graph/depth_first_search.hpp:199:7: note: in instantiation of function template specialization 'boost::put<boost::shared_array_property_map<boost::default_color_type, boost::vec_adj_list_vertex_id_map<nodeProperties *, unsigned long> >, boost::default_color_type &, unsigned long, boost::default_color_type>' requested here
      put(color, u, Color::white()); vis.initialize_vertex(u, g);
      ^
trimmed_boost_1_52_0/boost/graph/depth_first_search.hpp:295:11: note: in instantiation of function template specialization 'boost::depth_first_search<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, boost::topo_sort_visitor<std::back_insert_iterator<std::vector<unsigned long, std::allocator<unsigned long> > > >, boost::shared_array_property_map<boost::default_color_type, boost::vec_adj_list_vertex_id_map<nodeProperties *, unsigned long> > >' requested here
          boost::depth_first_search(g,
          ^
trimmed_boost_1_52_0/boost/graph/depth_first_search.hpp:302:5: note: in instantiation of function template specialization 'boost::graph::detail::depth_first_search_impl<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS> >::operator()<boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<boost::graph::keywords::tag::visitor, const boost::topo_sort_visitor<std::back_insert_iterator<std::vector<unsigned long, std::allocator<unsigned long> > > > >, boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<boost::graph::keywords::tag::buffer, const int>, boost::parameter::aux::empty_arg_list> > >' requested here
    BOOST_GRAPH_MAKE_FORWARDING_FUNCTION(depth_first_search, 1, 4)
    ^
trimmed_boost_1_52_0/boost/graph/named_function_params.hpp:494:12: note: expanded from macro 'BOOST_GRAPH_MAKE_FORWARDING_FUNCTION'
    return detail::BOOST_PP_CAT(name, _impl)<BOOST_PP_ENUM_PARAMS(nfixed, Param)>()(BOOST_PP_ENUM_PARAMS(nfixed, param) BOOST_PP_COMMA_IF(nfixed) arg_pack); \
           ^
trimmed_boost_1_52_0/boost/graph/depth_first_search.hpp:305:3: note: in instantiation of function template specialization 'boost::graph::depth_first_search_with_named_params<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<boost::graph::keywords::tag::visitor, const boost::topo_sort_visitor<std::back_insert_iterator<std::vector<unsigned long, std::allocator<unsigned long> > > > >, boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<boost::graph::keywords::tag::buffer, const int>, boost::parameter::aux::empty_arg_list> > >' requested here
  BOOST_GRAPH_MAKE_OLD_STYLE_PARAMETER_FUNCTION(depth_first_search, 1)
  ^
trimmed_boost_1_52_0/boost/graph/named_function_params.hpp:526:12: note: expanded from macro 'BOOST_GRAPH_MAKE_OLD_STYLE_PARAMETER_FUNCTION'
    return ::boost::graph::BOOST_PP_CAT(name, _with_named_params)(BOOST_PP_ENUM_PARAMS(nfixed, param) BOOST_PP_COMMA_IF(nfixed) arg_pack); \
           ^
trimmed_boost_1_52_0/boost/graph/topological_sort.hpp:65:5: note: in instantiation of function template specialization 'boost::depth_first_search<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, boost::topo_sort_visitor<std::back_insert_iterator<std::vector<unsigned long, std::allocator<unsigned long> > > >, boost::graph_visitor_t, boost::bgl_named_params<int, boost::buffer_param_t, boost::no_property> >' requested here
    depth_first_search(g, params.visitor(TopoVisitor(result)));
    ^
trimmed_boost_1_52_0/boost/graph/topological_sort.hpp:71:5: note: in instantiation of function template specialization 'boost::topological_sort<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, std::back_insert_iterator<std::vector<unsigned long, std::allocator<unsigned long> > >, int, boost::buffer_param_t, boost::no_property>' requested here
    topological_sort(g, result, 
    ^
GatingHierarchy.cpp:631:4: note: in instantiation of function template specialization 'boost::topological_sort<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, std::back_insert_iterator<std::vector<unsigned long, std::allocator<unsigned long> > > >' requested here
                        boost::topological_sort(tree,back_inserter(vertices));
                        ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:245:
trimmed_boost_1_52_0/boost/graph/detail/adjacency_list.hpp:1569:14: warning: implicit conversion changes signedness: 'difference_type' (aka 'long') to 'typename config::vertices_size_type' (aka 'unsigned long') [-Wsign-conversion]
      return g.vertex_set().size();
      ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
GatingHierarchy.cpp:824:24: note: in instantiation of function template specialization 'boost::num_vertices<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>::config, boost::bidirectional_graph_helper_with_property<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>::config> >' requested here
        if(target>=0&&target<=boost::num_vertices(tree)-1)
                              ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:245:
In file included from trimmed_boost_1_52_0/boost/graph/detail/adjacency_list.hpp:20:
trimmed_boost_1_52_0/boost/range/irange.hpp:76:38: warning: implicit conversion changes signedness: 'unsigned long' to 'difference_type' (aka 'long') [-Wsign-conversion]
                return other.m_value - m_value;
                ˜˜˜˜˜˜ ˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:551:22: note: in instantiation of member function 'boost::range_detail::integer_iterator<unsigned long>::distance_to' requested here
          return -f1.distance_to(f2);
                     ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:842:3: note: in instantiation of function template specialization 'boost::iterator_core_access::distance_from<boost::range_detail::integer_iterator<unsigned long>, boost::range_detail::integer_iterator<unsigned long> >' requested here
  BOOST_ITERATOR_FACADE_INTEROP(
  ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:817:21: note: expanded from macro 'BOOST_ITERATOR_FACADE_INTEROP'
      return_prefix iterator_core_access::base_op(                              \
                    ^
trimmed_boost_1_52_0/boost/range/iterator_range_core.hpp:252:30: note: in instantiation of function template specialization 'boost::operator-<boost::range_detail::integer_iterator<unsigned long>, unsigned long, boost::random_access_traversal_tag, unsigned long, long, boost::range_detail::integer_iterator<unsigned long>, unsigned long, boost::random_access_traversal_tag, unsigned long, long>' requested here
                return m_End - m_Begin;
                             ^
trimmed_boost_1_52_0/boost/graph/detail/adjacency_list.hpp:1569:29: note: in instantiation of member function 'boost::iterator_range<boost::range_detail::integer_iterator<unsigned long> >::size' requested here
      return g.vertex_set().size();
                            ^
GatingHierarchy.cpp:824:24: note: in instantiation of function template specialization 'boost::num_vertices<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>::config, boost::bidirectional_graph_helper_with_property<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>::config> >' requested here
        if(target>=0&&target<=boost::num_vertices(tree)-1)
                              ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:81:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from GatingHierarchy.cpp:8:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
79 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c GatingSet.cpp -o GatingSet.o
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:130:17: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        switch (size - i){                          
                     ˜ ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:190:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:237:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:245:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:266:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:274:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:311:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:312:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:319:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, element ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:320:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ; 
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:343:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:344:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:484:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( LGLSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:50:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:173:76: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        unary_call( Language call_, int index ) : call(call_), proxy(call_,index){}
                                                               ˜˜˜˜˜       ^˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:91: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                             ˜˜˜˜˜˜       ^˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:113: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                                                   ˜˜˜˜˜˜       ^˜˜˜˜˜
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:60:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Datetime.h:40:40: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
                int getMicroSeconds() const { return m_us; }
                                              ˜˜˜˜˜˜ ^˜˜˜
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:27:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:197:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:212:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:221:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:95:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:110:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:119:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:31:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/functions.h:37:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/seq_along.h:49:24: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return sugar::SeqLen( n ) ;
               ˜˜˜˜˜          ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
./include/flowData.hpp:82:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned dataSize(){return data.size();};
                            ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
./include/gate.hpp:70:19: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
                        unsigned nSize=vertices.size();
                                 ˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:14:
In file included from ./include/flowJoWorkspace.hpp:14:
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1407:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1417:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1425:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:15:
In file included from ./include/ncdfFlow.hpp:10:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:677:44: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_inq_enum_ident(int ncid, nc_type xtype, long long value, char *identifier);
                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:984:22: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                 size_t len, const long long *op);
                                   ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:987:60: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_get_att_longlong(int ncid, int varid, const char *name, long long *ip);
                                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:991:35: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                     size_t len, const unsigned long long *op);
                                                ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:995:17: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                     unsigned long long *ip);
                              ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1119:14: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                     const long long *op);
                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1123:5: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  long long *ip);
                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1127:21: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const unsigned long long *op);
                                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1131:15: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   unsigned long long *ip);
                            ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1226:33: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const size_t *countp, const long long *op);
                                              ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1230:27: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const size_t *countp, long long *ip);
                                        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1234:43: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const size_t *countp, const unsigned long long *op);
                                                        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1238:37: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const size_t *countp, unsigned long long *ip);
                                                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1354:11: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const long long *op);
                        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1359:5: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  long long *ip);
                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1364:21: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const unsigned long long *op);
                                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1369:15: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   unsigned long long *ip);
                            ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1487:36: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const ptrdiff_t * imapp, const long long *op);
                                                 ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1492:30: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const ptrdiff_t * imapp, long long *ip);
                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1497:46: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const ptrdiff_t * imapp, const unsigned long long *op);
                                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1502:40: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const ptrdiff_t * imapp, unsigned long long *ip);
                                                     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1578:48: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_put_var_longlong(int ncid, int varid, const long long *op);
                                               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1581:42: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_get_var_longlong(int ncid, int varid, long long *ip);
                                         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1584:58: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_put_var_ulonglong(int ncid, int varid, const unsigned long long *op);
                                                         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1587:52: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_get_var_ulonglong(int ncid, int varid, unsigned long long *ip);
                                                   ^
GatingSet.cpp:64:3: warning: delete called on 'workspace' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor]
                delete ws;
                ^
GatingSet.cpp:89:5: warning: delete called on 'transformation' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
                                delete curTran;
                                ^
GatingSet.cpp:433:2: warning: extra ';' outside of a function is a C++11 extension [-Wc++11-extra-semi]
};
 ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Date *, vector<Date, allocator<Date> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DateVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Datetime *, vector<Datetime, allocator<Datetime> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DatetimeVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:47:
In file included from trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:37:
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: warning: delete called on 'biexpTrans' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<biexpTrans>' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<biexpTrans>::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<biexpTrans> >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:210:12: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<biexpTrans> >::get_const_instance' requested here
        >::get_const_instance()
           ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::archive::detail::pointer_oserializer<boost::archive::binary_oarchive, biexpTrans>::pointer_oserializer' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: (skipping 27 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:47:
In file included from trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:37:
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: warning: delete called on 'transformation' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<transformation>' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<transformation>::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<transformation> >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/serialization/void_cast.hpp:183:49: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<transformation> >::get_const_instance' requested here
        & type_info_implementation<Base>::type::get_const_instance(),
                                                ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::void_cast_detail::void_caster_primitive<biexpTrans, transformation>::void_caster_primitive' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: (skipping 41 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:47:
In file included from trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:37:
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: warning: delete called on 'logicleTrans' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<logicleTrans>' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<logicleTrans>::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<logicleTrans> >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:210:12: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<logicleTrans> >::get_const_instance' requested here
        >::get_const_instance()
           ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::archive::detail::pointer_oserializer<boost::archive::binary_oarchive, logicleTrans>::pointer_oserializer' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: (skipping 27 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:47:
In file included from trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:37:
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: warning: delete called on 'logTrans' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<logTrans>' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<logTrans>::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<logTrans> >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:210:12: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<logTrans> >::get_const_instance' requested here
        >::get_const_instance()
           ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::archive::detail::pointer_oserializer<boost::archive::binary_oarchive, logTrans>::pointer_oserializer' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: (skipping 27 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:47:
In file included from trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:37:
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: warning: delete called on 'linTrans' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<linTrans>' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<linTrans>::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<linTrans> >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:210:12: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<linTrans> >::get_const_instance' requested here
        >::get_const_instance()
           ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::archive::detail::pointer_oserializer<boost::archive::binary_oarchive, linTrans>::pointer_oserializer' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: (skipping 27 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:45:11: warning: implicit conversion loses integer precision: 'typename config::vertices_size_type' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  int V = num_vertices(graph);
      ˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/serialization/split_free.hpp:45:9: note: in instantiation of function template specialization 'boost::serialization::save<boost::archive::binary_oarchive, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>' requested here
        save(ar, t, v);
        ^
trimmed_boost_1_52_0/boost/serialization/split_free.hpp:74:12: note: in instantiation of member function 'boost::serialization::free_saver<boost::archive::binary_oarchive, boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS> >::invoke' requested here
    typex::invoke(ar, t, file_version);
           ^
trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:109:5: note: in instantiation of function template specialization 'boost::serialization::split_free<boost::archive::binary_oarchive, boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS> >' requested here
    boost::serialization::split_free(ar, graph, file_version);
    ^
trimmed_boost_1_52_0/boost/serialization/serialization.hpp:128:9: note: in instantiation of function template specialization 'boost::serialization::serialize<boost::archive::binary_oarchive, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>' requested here
        serialize(ar, t, v);
        ^
trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:148:5: note: in instantiation of function template specialization 'boost::serialization::serialize_adl<boost::archive::binary_oarchive, boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS> >' requested here
    boost::serialization::serialize_adl(
    ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: (skipping 144 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:46:11: warning: implicit conversion loses integer precision: 'typename config::edges_size_type' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  int E = num_edges(graph);
      ˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:245:
trimmed_boost_1_52_0/boost/graph/detail/adjacency_list.hpp:1569:14: warning: implicit conversion changes signedness: 'difference_type' (aka 'long') to 'typename config::vertices_size_type' (aka 'unsigned long') [-Wsign-conversion]
      return g.vertex_set().size();
      ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:45:11: note: in instantiation of function template specialization 'boost::num_vertices<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>::config, boost::bidirectional_graph_helper_with_property<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>::config> >' requested here
  int V = num_vertices(graph);
          ^
trimmed_boost_1_52_0/boost/serialization/split_free.hpp:45:9: note: in instantiation of function template specialization 'boost::serialization::save<boost::archive::binary_oarchive, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>' requested here
        save(ar, t, v);
        ^
trimmed_boost_1_52_0/boost/serialization/split_free.hpp:74:12: note: in instantiation of member function 'boost::serialization::free_saver<boost::archive::binary_oarchive, boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS> >::invoke' requested here
    typex::invoke(ar, t, file_version);
           ^
trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:109:5: note: in instantiation of function template specialization 'boost::serialization::split_free<boost::archive::binary_oarchive, boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS> >' requested here
    boost::serialization::split_free(ar, graph, file_version);
    ^
trimmed_boost_1_52_0/boost/serialization/serialization.hpp:128:9: note: in instantiation of function template specialization 'boost::serialization::serialize<boost::archive::binary_oarchive, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>' requested here
        serialize(ar, t, v);
        ^
trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:148:5: note: (skipping 145 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    boost::serialization::serialize_adl(
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:245:
In file included from trimmed_boost_1_52_0/boost/graph/detail/adjacency_list.hpp:20:
trimmed_boost_1_52_0/boost/range/irange.hpp:76:38: warning: implicit conversion changes signedness: 'unsigned long' to 'difference_type' (aka 'long') [-Wsign-conversion]
                return other.m_value - m_value;
                ˜˜˜˜˜˜ ˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:551:22: note: in instantiation of member function 'boost::range_detail::integer_iterator<unsigned long>::distance_to' requested here
          return -f1.distance_to(f2);
                     ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:842:3: note: in instantiation of function template specialization 'boost::iterator_core_access::distance_from<boost::range_detail::integer_iterator<unsigned long>, boost::range_detail::integer_iterator<unsigned long> >' requested here
  BOOST_ITERATOR_FACADE_INTEROP(
  ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:817:21: note: expanded from macro 'BOOST_ITERATOR_FACADE_INTEROP'
      return_prefix iterator_core_access::base_op(                              \
                    ^
trimmed_boost_1_52_0/boost/range/iterator_range_core.hpp:252:30: note: in instantiation of function template specialization 'boost::operator-<boost::range_detail::integer_iterator<unsigned long>, unsigned long, boost::random_access_traversal_tag, unsigned long, long, boost::range_detail::integer_iterator<unsigned long>, unsigned long, boost::random_access_traversal_tag, unsigned long, long>' requested here
                return m_End - m_Begin;
                             ^
trimmed_boost_1_52_0/boost/graph/detail/adjacency_list.hpp:1569:29: note: in instantiation of member function 'boost::iterator_range<boost::range_detail::integer_iterator<unsigned long> >::size' requested here
      return g.vertex_set().size();
                            ^
trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:45:11: note: in instantiation of function template specialization 'boost::num_vertices<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>::config, boost::bidirectional_graph_helper_with_property<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>::config> >' requested here
  int V = num_vertices(graph);
          ^
trimmed_boost_1_52_0/boost/serialization/split_free.hpp:45:9: note: (skipping 149 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        save(ar, t, v);
        ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:47:
In file included from trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:37:
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: warning: delete called on 'polygonGate' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<polygonGate>' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<polygonGate>::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<polygonGate> >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:210:12: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<polygonGate> >::get_const_instance' requested here
        >::get_const_instance()
           ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::archive::detail::pointer_oserializer<boost::archive::binary_oarchive, polygonGate>::pointer_oserializer' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: (skipping 186 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:47:
In file included from trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:37:
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: warning: delete called on 'gate' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<gate>' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<gate>::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<gate> >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/serialization/void_cast.hpp:183:49: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<gate> >::get_const_instance' requested here
        & type_info_implementation<Base>::type::get_const_instance(),
                                                ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::void_cast_detail::void_caster_primitive<polygonGate, gate>::void_caster_primitive' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: (skipping 200 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:47:
In file included from trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:37:
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: warning: delete called on 'ellipseGate' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<ellipseGate>' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<ellipseGate>::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<ellipseGate> >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:210:12: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<ellipseGate> >::get_const_instance' requested here
        >::get_const_instance()
           ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::archive::detail::pointer_oserializer<boost::archive::binary_oarchive, ellipseGate>::pointer_oserializer' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: (skipping 186 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:47:
In file included from trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:37:
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: warning: delete called on 'boolGate' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<boolGate>' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<boolGate>::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<boolGate> >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:210:12: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<boolGate> >::get_const_instance' requested here
        >::get_const_instance()
           ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::archive::detail::pointer_oserializer<boost::archive::binary_oarchive, boolGate>::pointer_oserializer' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: (skipping 186 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:47:
In file included from trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:37:
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: warning: delete called on 'rangegate' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<rangegate>' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<rangegate>::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<rangegate> >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:210:12: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<rangegate> >::get_const_instance' requested here
        >::get_const_instance()
           ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::archive::detail::pointer_oserializer<boost::archive::binary_oarchive, rangegate>::pointer_oserializer' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: (skipping 186 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:47:
In file included from trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:37:
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: warning: delete called on 'rectgate' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<rectgate>' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<rectgate>::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<rectgate> >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:210:12: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<rectgate> >::get_const_instance' requested here
        >::get_const_instance()
           ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::archive::detail::pointer_oserializer<boost::archive::binary_oarchive, rectgate>::pointer_oserializer' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: (skipping 186 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:47:
In file included from trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:37:
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: warning: delete called on 'BOOLINDICES' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<BOOLINDICES>' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<BOOLINDICES>::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<BOOLINDICES> >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:210:12: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<BOOLINDICES> >::get_const_instance' requested here
        >::get_const_instance()
           ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::archive::detail::pointer_oserializer<boost::archive::binary_oarchive, BOOLINDICES>::pointer_oserializer' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: (skipping 186 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:47:
In file included from trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:37:
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: warning: delete called on 'POPINDICES' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<POPINDICES>' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<POPINDICES>::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<POPINDICES> >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/serialization/void_cast.hpp:183:49: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<POPINDICES> >::get_const_instance' requested here
        & type_info_implementation<Base>::type::get_const_instance(),
                                                ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::void_cast_detail::void_caster_primitive<BOOLINDICES, POPINDICES>::void_caster_primitive' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: (skipping 200 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:47:
In file included from trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:37:
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: warning: delete called on 'INTINDICES' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<INTINDICES>' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<INTINDICES>::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<INTINDICES> >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:210:12: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<INTINDICES> >::get_const_instance' requested here
        >::get_const_instance()
           ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::archive::detail::pointer_oserializer<boost::archive::binary_oarchive, INTINDICES>::pointer_oserializer' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: (skipping 186 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:47:
In file included from trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:37:
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: warning: delete called on 'ROOTINDICES' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<ROOTINDICES>' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<ROOTINDICES>::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<ROOTINDICES> >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:210:12: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<ROOTINDICES> >::get_const_instance' requested here
        >::get_const_instance()
           ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::archive::detail::pointer_oserializer<boost::archive::binary_oarchive, ROOTINDICES>::pointer_oserializer' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: (skipping 186 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:48:
In file included from trimmed_boost_1_52_0/boost/scoped_ptr.hpp:14:
In file included from trimmed_boost_1_52_0/boost/smart_ptr/scoped_ptr.hpp:15:
trimmed_boost_1_52_0/boost/checked_delete.hpp:34:5: warning: delete called on 'POPINDICES' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor]
    delete x;
    ^
trimmed_boost_1_52_0/boost/smart_ptr/scoped_ptr.hpp:80:9: note: in instantiation of function template specialization 'boost::checked_delete<POPINDICES>' requested here
        boost::checked_delete( px );
        ^
trimmed_boost_1_52_0/boost/serialization/access.hpp:125:9: note: in instantiation of member function 'boost::scoped_ptr<POPINDICES>::˜scoped_ptr' requested here
        delete const_cast<T *>(t);
        ^
trimmed_boost_1_52_0/boost/serialization/extended_type_info_typeid.hpp:133:9: note: in instantiation of function template specialization 'boost::serialization::access::destroy<boost::scoped_ptr<POPINDICES> >' requested here
        boost::serialization::access::destroy(
        ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: in instantiation of member function 'boost::serialization::extended_type_info_typeid<boost::scoped_ptr<POPINDICES> >::destroy' requested here
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:141:16: note: in instantiation of member function 'boost::serialization::singleton<boost::serialization::extended_type_info_typeid<boost::scoped_ptr<POPINDICES> > >::get_instance' requested here
        return get_instance();
               ^
trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:111:16: note: (skipping 210 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
            >::get_const_instance()
               ^
trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:69:9: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::binary_oarchive, const boost::serialization::nvp<const GatingSet> >' requested here
        archive::save(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:75:37: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::binary_oarchive>::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
      this->detail_common_oarchive::save_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:51:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_oarchive<boost::archive::binary_oarchive>::save_override<boost::serialization::nvp<const GatingSet> >' requested here
        this->basic_binary_oarchive<Archive>::save_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_oarchive.hpp:63:23: note: in instantiation of function template specialization 'boost::archive::binary_oarchive_impl<boost::archive::binary_oarchive, char, std::char_traits<char> >::save_override<const boost::serialization::nvp<const GatingSet> >' requested here
        this->This()->save_override(t, 0);
                      ^
GatingSet.cpp:24:9: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::binary_oarchive>::operator<<<const boost::serialization::nvp<const GatingSet> >' requested here
            oa << BOOST_SERIALIZATION_NVP(gs);
               ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::serialization::collection_size_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::serialization::collection_size_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::serialization::collection_size_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::serialization::collection_size_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 132 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::binary_iarchive, GatingSet>' requested here
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:70:37: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<GatingSet>' requested here
      this->detail_common_iarchive::load_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override<GatingSet>' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<GatingSet>' requested here
        this->This()->load_override(t, 0);
                      ^
GatingSet.cpp:133:6: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><GatingSet>' requested here
                ia >> *newGS;
                   ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:89:12: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
    verts[i++] = v;
    ˜˜˜˜˜ ˜^˜
trimmed_boost_1_52_0/boost/serialization/split_free.hpp:58:9: note: in instantiation of function template specialization 'boost::serialization::load<boost::archive::binary_iarchive, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>' requested here
        load(ar, t, v);
        ^
trimmed_boost_1_52_0/boost/serialization/split_free.hpp:74:12: note: in instantiation of member function 'boost::serialization::free_loader<boost::archive::binary_iarchive, boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS> >::invoke' requested here
    typex::invoke(ar, t, file_version);
           ^
trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:109:5: note: in instantiation of function template specialization 'boost::serialization::split_free<boost::archive::binary_iarchive, boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS> >' requested here
    boost::serialization::split_free(ar, graph, file_version);
    ^
trimmed_boost_1_52_0/boost/serialization/serialization.hpp:128:9: note: in instantiation of function template specialization 'boost::serialization::serialize<boost::archive::binary_iarchive, boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS>' requested here
        serialize(ar, t, v);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:188:5: note: in instantiation of function template specialization 'boost::serialization::serialize_adl<boost::archive::binary_iarchive, boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, nodeProperties *, Edge, boost::no_property, boost::listS> >' requested here
    boost::serialization::serialize_adl(
    ^
trimmed_boost_1_52_0/boost/serialization/singleton.hpp:106:7: note: (skipping 130 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
class singleton_wrapper : public T
      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::binary_iarchive, GatingSet>' requested here
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:70:37: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<GatingSet>' requested here
      this->detail_common_iarchive::load_override(t, static_cast<int>(version));
                                    ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of function template specialization 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override<GatingSet>' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<GatingSet>' requested here
        this->This()->load_override(t, 0);
                      ^
GatingSet.cpp:133:6: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><GatingSet>' requested here
                ia >> *newGS;
                   ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:97:45: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
    boost::tie(e,inserted) = add_edge(verts[u], verts[v], graph);
                                      ˜˜˜˜˜ ^
trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:97:55: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
    boost::tie(e,inserted) = add_edge(verts[u], verts[v], graph);
                                                ˜˜˜˜˜ ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from GatingSet.cpp:9:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
97 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c POPINDICES.cpp -o POPINDICES.o
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:130:17: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        switch (size - i){                          
                     ˜ ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:190:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:237:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:245:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:266:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:274:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:311:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:312:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:319:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, element ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:320:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ; 
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:343:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:344:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:484:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( LGLSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:50:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:173:76: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        unary_call( Language call_, int index ) : call(call_), proxy(call_,index){}
                                                               ˜˜˜˜˜       ^˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:91: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                             ˜˜˜˜˜˜       ^˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:113: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                                                   ˜˜˜˜˜˜       ^˜˜˜˜˜
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:60:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Datetime.h:40:40: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
                int getMicroSeconds() const { return m_us; }
                                              ˜˜˜˜˜˜ ^˜˜˜
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:27:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:197:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:212:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:221:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:95:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:110:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:119:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:31:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/functions.h:37:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/seq_along.h:49:24: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return sugar::SeqLen( n ) ;
               ˜˜˜˜˜          ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
./include/flowData.hpp:82:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned dataSize(){return data.size();};
                            ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
./include/gate.hpp:70:19: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
                        unsigned nSize=vertices.size();
                                 ˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
POPINDICES.cpp:37:9: warning: implicit conversion loses integer precision: 'typename iterator_traits<_Bit_iterator>::difference_type' (aka 'long') to 'unsigned int' [-Wshorten-64-to-32]
        return count(x.begin(),x.end(),true);
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
POPINDICES.cpp:42:9: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        return x.size();
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜
POPINDICES.cpp:51:10: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        nEvents=_ind.size();
               ˜^˜˜˜˜˜˜˜˜˜˜
POPINDICES.cpp:59:14: warning: implicit conversion loses integer precision: 'ptrdiff_t' (aka 'long') to 'unsigned int' [-Wshorten-64-to-32]
                unsigned i=it-_ind.begin();
                         ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
POPINDICES.cpp:63:10: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        nEvents=_ind.size();
               ˜^˜˜˜˜˜˜˜˜˜˜
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Date *, vector<Date, allocator<Date> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DateVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Datetime *, vector<Datetime, allocator<Datetime> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DatetimeVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:81:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from POPINDICES.cpp:8:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
48 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c R_GatingHierarchy.cpp -o R_GatingHierarchy.o
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:130:17: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        switch (size - i){                          
                     ˜ ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:190:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:237:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:245:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:266:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:274:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:311:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:312:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:319:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, element ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:320:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ; 
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:343:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:344:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:484:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( LGLSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:50:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:173:76: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        unary_call( Language call_, int index ) : call(call_), proxy(call_,index){}
                                                               ˜˜˜˜˜       ^˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:91: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                             ˜˜˜˜˜˜       ^˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:113: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                                                   ˜˜˜˜˜˜       ^˜˜˜˜˜
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:60:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Datetime.h:40:40: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
                int getMicroSeconds() const { return m_us; }
                                              ˜˜˜˜˜˜ ^˜˜˜
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:27:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:197:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:212:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:221:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:95:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:110:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:119:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:31:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/functions.h:37:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/seq_along.h:49:24: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return sugar::SeqLen( n ) ;
               ˜˜˜˜˜          ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:18:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:18:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:18:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:18:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
./include/flowData.hpp:82:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned dataSize(){return data.size();};
                            ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:18:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
./include/gate.hpp:70:19: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
                        unsigned nSize=vertices.size();
                                 ˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:18:
In file included from ./include/GatingHierarchy.hpp:14:
In file included from ./include/flowJoWorkspace.hpp:14:
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1407:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1417:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1425:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:18:
In file included from ./include/GatingHierarchy.hpp:15:
In file included from ./include/ncdfFlow.hpp:10:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:677:44: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_inq_enum_ident(int ncid, nc_type xtype, long long value, char *identifier);
                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:984:22: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                 size_t len, const long long *op);
                                   ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:987:60: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_get_att_longlong(int ncid, int varid, const char *name, long long *ip);
                                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:991:35: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                     size_t len, const unsigned long long *op);
                                                ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:995:17: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                     unsigned long long *ip);
                              ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1119:14: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                     const long long *op);
                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1123:5: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  long long *ip);
                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1127:21: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const unsigned long long *op);
                                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1131:15: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   unsigned long long *ip);
                            ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1226:33: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const size_t *countp, const long long *op);
                                              ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1230:27: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const size_t *countp, long long *ip);
                                        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1234:43: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const size_t *countp, const unsigned long long *op);
                                                        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1238:37: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const size_t *countp, unsigned long long *ip);
                                                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1354:11: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const long long *op);
                        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1359:5: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  long long *ip);
                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1364:21: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const unsigned long long *op);
                                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1369:15: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   unsigned long long *ip);
                            ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1487:36: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const ptrdiff_t * imapp, const long long *op);
                                                 ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1492:30: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const ptrdiff_t * imapp, long long *ip);
                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1497:46: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const ptrdiff_t * imapp, const unsigned long long *op);
                                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1502:40: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const ptrdiff_t * imapp, unsigned long long *ip);
                                                     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1578:48: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_put_var_longlong(int ncid, int varid, const long long *op);
                                               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1581:42: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_get_var_longlong(int ncid, int varid, long long *ip);
                                         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1584:58: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_put_var_ulonglong(int ncid, int varid, const unsigned long long *op);
                                                         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1587:52: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_get_var_ulonglong(int ncid, int varid, unsigned long long *ip);
                                                   ^
R_GatingHierarchy.cpp:73:28: warning: implicit conversion changes signedness: 'int' to 'VertexID' (aka 'unsigned long') [-Wsign-conversion]
        return wrap(gh->getParent(u));
                    ˜˜            ^
R_GatingHierarchy.cpp:87:30: warning: implicit conversion changes signedness: 'int' to 'VertexID' (aka 'unsigned long') [-Wsign-conversion]
        return wrap(gh->getChildren(u));
                    ˜˜              ^
R_GatingHierarchy.cpp:101:43: warning: implicit conversion changes signedness: 'int' to 'VertexID' (aka 'unsigned long') [-Wsign-conversion]
        nodeProperties *node=gh->getNodeProperty(u);
                             ˜˜                  ^
R_GatingHierarchy.cpp:274:23: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                        orig[j]=updatedMat[j];
                                ˜˜˜˜˜˜˜˜˜˜ ^
R_GatingHierarchy.cpp:297:30: warning: implicit conversion changes signedness: 'int' to 'VertexID' (aka 'unsigned long') [-Wsign-conversion]
        gate *g=gh->getNodeProperty(u)->getGate();
                ˜˜                  ^
R_GatingHierarchy.cpp:368:34: warning: implicit conversion changes signedness: 'int' to 'VertexID' (aka 'unsigned long') [-Wsign-conversion]
        return wrap(gh->getNodeProperty(u)->getIndices());
                    ˜˜                  ^
R_GatingHierarchy.cpp:432:26: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
                                        pCoord.x=boundaries(i,0);
                                                 ˜˜˜˜˜˜˜˜˜˜ ^
R_GatingHierarchy.cpp:433:26: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
                                        pCoord.y=boundaries(i,1);
                                                 ˜˜˜˜˜˜˜˜˜˜ ^
R_GatingHierarchy.cpp:460:26: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
                                        pCoord.x=boundaries(i,0);
                                                 ˜˜˜˜˜˜˜˜˜˜ ^
R_GatingHierarchy.cpp:461:26: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
                                        pCoord.y=boundaries(i,1);
                                                 ˜˜˜˜˜˜˜˜˜˜ ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Date *, vector<Date, allocator<Date> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DateVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Datetime *, vector<Datetime, allocator<Datetime> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DatetimeVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:208:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const basic_string<char> *, vector<basic_string<char>, allocator<basic_string<char> > > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const std::basic_string<char> *, std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >, std::basic_string<char> >' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const std::basic_string<char> *, std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >, std::basic_string<char> >' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const std::basic_string<char> *, std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_iterable__logical<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:614:9: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__matrix_interface( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
R_GatingHierarchy.cpp:59:9: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return wrap(gh->getPopNames(order,isPath));
               ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:212:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( x, i, make_charsexp(*first) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const unsigned long *, vector<unsigned long, allocator<unsigned long> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const unsigned long *, std::vector<unsigned long, std::allocator<unsigned long> > >, unsigned long>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const unsigned long *, std::vector<unsigned long, std::allocator<unsigned long> > >, unsigned long>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const unsigned long *, std::vector<unsigned long, std::allocator<unsigned long> > >, unsigned long>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const unsigned long *, std::vector<unsigned long, std::allocator<unsigned long> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<unsigned long, std::allocator<unsigned long> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<unsigned long, std::allocator<unsigned long> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<unsigned long, std::allocator<unsigned long> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<unsigned long, std::allocator<unsigned long> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<unsigned long, std::allocator<unsigned long> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
R_GatingHierarchy.cpp:87:9: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<unsigned long, std::allocator<unsigned long> > >' requested here
        return wrap(gh->getChildren(u));
               ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:263:16: warning: implicit conversion changes signedness: 'typename iterator_traits<_Rb_tree_const_iterator<pair<const basic_string<char>, float> > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:293:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl__cast<std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, float> >, std::pair<const std::basic_string<char>, float> >' requested here
        return range_wrap_dispatch___impl__cast<InputIterator,T>( first, last, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, float> >, std::pair<const std::basic_string<char>, float> >' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, float> >, std::pair<const std::basic_string<char>, float> >' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, float> > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::map<std::basic_string<char>, float, std::less<std::basic_string<char> >, std::allocator<std::pair<const std::basic_string<char>, float> > > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 9 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/vector/Vector.h:395:9: note: in instantiation of function template specialization 'Rcpp::Vector<19>::replace_element__dispatch__isArgument<Rcpp::traits::named_object<std::map<std::basic_string<char>, float, std::less<std::basic_string<char> >, std::allocator<std::pair<const std::basic_string<char>, float> > > > >' requested here
        replace_element__dispatch__isArgument( typename traits::same_type<U,Argument>(), it, names, index, u ) ;
        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/vector/Vector.h:384:9: note: in instantiation of function template specialization 'Rcpp::Vector<19>::replace_element__dispatch<Rcpp::traits::named_object<std::map<std::basic_string<char>, float, std::less<std::basic_string<char> >, std::allocator<std::pair<const std::basic_string<char>, float> > > > >' requested here
        replace_element__dispatch( typename traits::is_named<U>::type(), 
        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/generated/Vector__create.h:138:2: note: in instantiation of function template specialization 'Rcpp::Vector<19>::replace_element<Rcpp::traits::named_object<std::map<std::basic_string<char>, float, std::less<std::basic_string<char> >, std::allocator<std::pair<const std::basic_string<char>, float> > > > >' requested here
 replace_element( it, names, index, t1 ) ; ++it; ++index ; 
 ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/generated/Vector__create.h:110:10: note: in instantiation of function template specialization 'Rcpp::Vector<19>::create__dispatch<Rcpp::traits::named_object<std::map<std::basic_string<char>, float, std::less<std::basic_string<char> >, std::allocator<std::pair<const std::basic_string<char>, float> > > >, Rcpp::traits::named_object<std::map<std::basic_string<char>, float, std::less<std::basic_string<char> >, std::allocator<std::pair<const std::basic_string<char>, float> > > > >' requested here
                return create__dispatch( typename traits::integral_constant<bool, 
                       ^
R_GatingHierarchy.cpp:103:9: note: in instantiation of function template specialization 'Rcpp::Vector<19>::create<Rcpp::traits::named_object<std::map<std::basic_string<char>, float, std::less<std::basic_string<char> >, std::allocator<std::pair<const std::basic_string<char>, float> > > >, Rcpp::traits::named_object<std::map<std::basic_string<char>, float, std::less<std::basic_string<char> >, std::allocator<std::pair<const std::basic_string<char>, float> > > > >' requested here
        return List::create(Named("FlowCore",node->getStats(true))
               ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:265:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:266:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:274:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:116:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const double *, vector<double, allocator<double> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:166:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl__nocast<__gnu_cxx::__normal_iterator<const double *, std::vector<double, std::allocator<double> > >, double>' requested here
        return primitive_range_wrap__impl__nocast<InputIterator,T>( first, last, typename std::iterator_traits<InputIterator>::iterator_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const double *, std::vector<double, std::allocator<double> > >, double>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const double *, std::vector<double, std::allocator<double> > >, double>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const double *, std::vector<double, std::allocator<double> > >, double>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const double *, std::vector<double, std::allocator<double> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: (skipping 10 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/vector/Vector.h:395:9: note: in instantiation of function template specialization 'Rcpp::Vector<19>::replace_element__dispatch__isArgument<Rcpp::traits::named_object<std::vector<double, std::allocator<double> > > >' requested here
        replace_element__dispatch__isArgument( typename traits::same_type<U,Argument>(), it, names, index, u ) ;
        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/vector/Vector.h:384:9: note: in instantiation of function template specialization 'Rcpp::Vector<19>::replace_element__dispatch<Rcpp::traits::named_object<std::vector<double, std::allocator<double> > > >' requested here
        replace_element__dispatch( typename traits::is_named<U>::type(), 
        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/generated/Vector__create.h:323:2: note: in instantiation of function template specialization 'Rcpp::Vector<19>::replace_element<Rcpp::traits::named_object<std::vector<double, std::allocator<double> > > >' requested here
 replace_element( it, names, index, t6 ) ; ++it; ++index ; 
 ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/generated/Vector__create.h:286:10: note: in instantiation of function template specialization 'Rcpp::Vector<19>::create__dispatch<Rcpp::traits::named_object<std::basic_string<char> >, Rcpp::traits::named_object<std::basic_string<char> >, Rcpp::traits::named_object<std::basic_string<char> >, Rcpp::traits::named_object<std::basic_string<char> >, Rcpp::traits::named_object<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >, Rcpp::traits::named_object<std::vector<double, std::allocator<double> > > >' requested here
                return create__dispatch( typename traits::integral_constant<bool, 
                       ^
R_GatingHierarchy.cpp:123:9: note: in instantiation of function template specialization 'Rcpp::Vector<19>::create<Rcpp::traits::named_object<std::basic_string<char> >, Rcpp::traits::named_object<std::basic_string<char> >, Rcpp::traits::named_object<std::basic_string<char> >, Rcpp::traits::named_object<std::basic_string<char> >, Rcpp::traits::named_object<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >, Rcpp::traits::named_object<std::vector<double, std::allocator<double> > > >' requested here
        return(List::create(Named("cid",comp.cid)
               ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:118:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:130:17: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        switch (size - i){                          
                     ˜ ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:121:26: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
        int __trip_count = size >> 2 ;
            ˜˜˜˜˜˜˜˜˜˜˜˜   ˜˜˜˜˜^˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:310:16: warning: implicit conversion changes signedness: 'typename iterator_traits<_Rb_tree_const_iterator<pair<const basic_string<char>, vector<double, allocator<double> > > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, std::vector<double, std::allocator<double> > > >, std::pair<const std::basic_string<char>, std::vector<double, std::allocator<double> > > >' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, std::vector<double, std::allocator<double> > > >, std::pair<const std::basic_string<char>, std::vector<double, std::allocator<double> > > >' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char>, std::vector<double, std::allocator<double> > > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::map<std::basic_string<char>, std::vector<double, std::allocator<double> >, std::less<std::basic_string<char> >, std::allocator<std::pair<const std::basic_string<char>, std::vector<double, std::allocator<double> > > > > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_iterable__logical<std::map<std::basic_string<char>, std::vector<double, std::allocator<double> >, std::less<std::basic_string<char> >, std::allocator<std::pair<const std::basic_string<char>, std::vector<double, std::allocator<double> > > > > >' requested here
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:614:9: note: (skipping 8 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__matrix_interface( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/vector/Vector.h:395:9: note: in instantiation of function template specialization 'Rcpp::Vector<19>::replace_element__dispatch__isArgument<Rcpp::traits::named_object<std::map<std::basic_string<char>, std::vector<double, std::allocator<double> >, std::less<std::basic_string<char> >, std::allocator<std::pair<const std::basic_string<char>, std::vector<double, std::allocator<double> > > > > > >' requested here
        replace_element__dispatch__isArgument( typename traits::same_type<U,Argument>(), it, names, index, u ) ;
        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/vector/Vector.h:384:9: note: in instantiation of function template specialization 'Rcpp::Vector<19>::replace_element__dispatch<Rcpp::traits::named_object<std::map<std::basic_string<char>, std::vector<double, std::allocator<double> >, std::less<std::basic_string<char> >, std::allocator<std::pair<const std::basic_string<char>, std::vector<double, std::allocator<double> > > > > > >' requested here
        replace_element__dispatch( typename traits::is_named<U>::type(), 
        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/generated/Vector__create.h:180:2: note: in instantiation of function template specialization 'Rcpp::Vector<19>::replace_element<Rcpp::traits::named_object<std::map<std::basic_string<char>, std::vector<double, std::allocator<double> >, std::less<std::basic_string<char> >, std::allocator<std::pair<const std::basic_string<char>, std::vector<double, std::allocator<double> > > > > > >' requested here
 replace_element( it, names, index, t1 ) ; ++it; ++index ; 
 ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/generated/Vector__create.h:151:10: note: in instantiation of function template specialization 'Rcpp::Vector<19>::create__dispatch<Rcpp::traits::named_object<std::map<std::basic_string<char>, std::vector<double, std::allocator<double> >, std::less<std::basic_string<char> >, std::allocator<std::pair<const std::basic_string<char>, std::vector<double, std::allocator<double> > > > > >, Rcpp::traits::named_object<int>, Rcpp::traits::named_object<std::basic_string<char> > >' requested here
                return create__dispatch( typename traits::integral_constant<bool, 
                       ^
R_GatingHierarchy.cpp:181:19: note: in instantiation of function template specialization 'Rcpp::Vector<19>::create<Rcpp::traits::named_object<std::map<std::basic_string<char>, std::vector<double, std::allocator<double> >, std::less<std::basic_string<char> >, std::allocator<std::pair<const std::basic_string<char>, std::vector<double, std::allocator<double> > > > > >, Rcpp::traits::named_object<int>, Rcpp::traits::named_object<std::basic_string<char> > >' requested here
                                res.push_back(List::create(Named("z",obj.coefs)
                                              ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:311:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:312:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:319:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, element ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:320:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ; 
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:208:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const char *, vector<char, allocator<char> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const char *, std::vector<char, std::allocator<char> > >, char>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const char *, std::vector<char, std::allocator<char> > >, char>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const char *, std::vector<char, std::allocator<char> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<char, std::allocator<char> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_iterable__logical<std::vector<char, std::allocator<char> > >' requested here
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:614:9: note: (skipping 8 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__matrix_interface( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/vector/Vector.h:395:9: note: in instantiation of function template specialization 'Rcpp::Vector<19>::replace_element__dispatch__isArgument<Rcpp::traits::named_object<std::vector<char, std::allocator<char> > > >' requested here
        replace_element__dispatch__isArgument( typename traits::same_type<U,Argument>(), it, names, index, u ) ;
        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/vector/Vector.h:384:9: note: in instantiation of function template specialization 'Rcpp::Vector<19>::replace_element__dispatch<Rcpp::traits::named_object<std::vector<char, std::allocator<char> > > >' requested here
        replace_element__dispatch( typename traits::is_named<U>::type(), 
        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/generated/Vector__create.h:225:2: note: in instantiation of function template specialization 'Rcpp::Vector<19>::replace_element<Rcpp::traits::named_object<std::vector<char, std::allocator<char> > > >' requested here
 replace_element( it, names, index, t2 ) ; ++it; ++index ; 
 ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/generated/Vector__create.h:194:10: note: in instantiation of function template specialization 'Rcpp::Vector<19>::create__dispatch<Rcpp::traits::named_object<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >, Rcpp::traits::named_object<std::vector<char, std::allocator<char> > >, Rcpp::traits::named_object<std::vector<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > >, std::allocator<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > > > >, Rcpp::traits::named_object<int> >' requested here
                return create__dispatch( typename traits::integral_constant<bool, 
                       ^
R_GatingHierarchy.cpp:338:15: note: in instantiation of function template specialization 'Rcpp::Vector<19>::create<Rcpp::traits::named_object<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >, Rcpp::traits::named_object<std::vector<char, std::allocator<char> > >, Rcpp::traits::named_object<std::vector<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > >, std::allocator<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > > > >, Rcpp::traits::named_object<int> >' requested here
                          List ret=List::create(Named("v",v)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:212:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( x, i, make_charsexp(*first) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:189:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const vector<basic_string<char>, allocator<basic_string<char> > > *, vector<vector<basic_string<char>, allocator<basic_string<char> > >, allocator<vector<basic_string<char>, allocator<basic_string<char> > > > > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > *, std::vector<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > >, std::allocator<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > > > >, std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > *, std::vector<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > >, std::allocator<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > > > >, std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > *, std::vector<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > >, std::allocator<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > > > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > >, std::allocator<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > > > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_iterable__logical<std::vector<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > >, std::allocator<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > > > >' requested here
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:614:9: note: (skipping 8 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__matrix_interface( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/vector/Vector.h:395:9: note: in instantiation of function template specialization 'Rcpp::Vector<19>::replace_element__dispatch__isArgument<Rcpp::traits::named_object<std::vector<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > >, std::allocator<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > > > > >' requested here
        replace_element__dispatch__isArgument( typename traits::same_type<U,Argument>(), it, names, index, u ) ;
        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/vector/Vector.h:384:9: note: in instantiation of function template specialization 'Rcpp::Vector<19>::replace_element__dispatch<Rcpp::traits::named_object<std::vector<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > >, std::allocator<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > > > > >' requested here
        replace_element__dispatch( typename traits::is_named<U>::type(), 
        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/generated/Vector__create.h:226:2: note: in instantiation of function template specialization 'Rcpp::Vector<19>::replace_element<Rcpp::traits::named_object<std::vector<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > >, std::allocator<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > > > > >' requested here
 replace_element( it, names, index, t3 ) ; ++it; ++index ; 
 ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/generated/Vector__create.h:194:10: note: in instantiation of function template specialization 'Rcpp::Vector<19>::create__dispatch<Rcpp::traits::named_object<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >, Rcpp::traits::named_object<std::vector<char, std::allocator<char> > >, Rcpp::traits::named_object<std::vector<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > >, std::allocator<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > > > >, Rcpp::traits::named_object<int> >' requested here
                return create__dispatch( typename traits::integral_constant<bool, 
                       ^
R_GatingHierarchy.cpp:338:15: note: in instantiation of function template specialization 'Rcpp::Vector<19>::create<Rcpp::traits::named_object<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >, Rcpp::traits::named_object<std::vector<char, std::allocator<char> > >, Rcpp::traits::named_object<std::vector<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > >, std::allocator<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > > > >, Rcpp::traits::named_object<int> >' requested here
                          List ret=List::create(Named("v",v)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:190:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:193:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, ::Rcpp::wrap(*first) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<_Bit_const_iterator>::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<std::_Bit_const_iterator, bool>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<std::_Bit_const_iterator, bool>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<std::_Bit_const_iterator, bool>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<std::_Bit_const_iterator>' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<bool, std::allocator<bool> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<bool, std::allocator<bool> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<bool, std::allocator<bool> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<bool, std::allocator<bool> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<bool, std::allocator<bool> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
R_GatingHierarchy.cpp:368:9: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<bool, std::allocator<bool> > >' requested here
        return wrap(gh->getNodeProperty(u)->getIndices());
               ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:112:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/as.h:26:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/Exporter.h:46:24: warning: implicit conversion changes signedness: 'R_len_t' (aka 'int') to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
                T vec( ::Rf_length(object) );
                  ˜˜˜  ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/as.h:83:29: note: in instantiation of member function 'Rcpp::traits::RangeExporter<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >::get' requested here
            return exporter.get() ;
                            ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/as.h:126:16: note: in instantiation of function template specialization 'Rcpp::internal::as<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return internal::as<T>( m_sexp, typename traits::r_type_traits<T>::r_category() ) ;
               ^
R_GatingHierarchy.cpp:400:22: note: in instantiation of function template specialization 'Rcpp::as<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
                                StringVec params=as<StringVec>(filter["params"]);
                                                 ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:112:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/as.h:26:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/Exporter.h:46:24: warning: implicit conversion changes signedness: 'R_len_t' (aka 'int') to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
                T vec( ::Rf_length(object) );
                  ˜˜˜  ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/as.h:83:29: note: in instantiation of member function 'Rcpp::traits::RangeExporter<std::vector<double, std::allocator<double> > >::get' requested here
            return exporter.get() ;
                            ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/as.h:126:16: note: in instantiation of function template specialization 'Rcpp::internal::as<std::vector<double, std::allocator<double> > >' requested here
        return internal::as<T>( m_sexp, typename traits::r_type_traits<T>::r_category() ) ;
               ^
R_GatingHierarchy.cpp:404:17: note: in instantiation of function template specialization 'Rcpp::as<std::vector<double, std::allocator<double> > >' requested here
                                DoubleVec p=as<DoubleVec>(filter["range"]);
                                            ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:81:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/api/meat/meat.h:29:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/api/meat/Matrix.h:98:75: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return static_cast< Vector<RTYPE>* >( this )->operator[]( offset( i, j ) ) ;
                                                                  ˜˜˜˜˜˜  ^
R_GatingHierarchy.cpp:432:25: note: in instantiation of member function 'Rcpp::Matrix<14>::operator()' requested here
                                        pCoord.x=boundaries(i,0);
                                                           ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:81:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/api/meat/meat.h:29:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/api/meat/Matrix.h:98:78: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return static_cast< Vector<RTYPE>* >( this )->operator[]( offset( i, j ) ) ;
                                                                  ˜˜˜˜˜˜     ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:16:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:112:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/as.h:26:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/Exporter.h:46:24: warning: implicit conversion changes signedness: 'R_len_t' (aka 'int') to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
                T vec( ::Rf_length(object) );
                  ˜˜˜  ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/as.h:83:29: note: in instantiation of member function 'Rcpp::traits::RangeExporter<std::vector<bool, std::allocator<bool> > >::get' requested here
            return exporter.get() ;
                            ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/as.h:126:16: note: in instantiation of function template specialization 'Rcpp::internal::as<std::vector<bool, std::allocator<bool> > >' requested here
        return internal::as<T>( m_sexp, typename traits::r_type_traits<T>::r_category() ) ;
               ^
R_GatingHierarchy.cpp:483:19: note: in instantiation of function template specialization 'Rcpp::as<std::vector<bool, std::allocator<bool> > >' requested here
                                BoolVec isNot=as<BoolVec>(filter["isNot"]);
                                              ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:18:
In file included from ./include/GatingHierarchy.hpp:14:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:20:
In file included from trimmed_boost_1_52_0/boost/algorithm/string.hpp:19:
In file included from trimmed_boost_1_52_0/boost/algorithm/string/trim.hpp:23:
In file included from trimmed_boost_1_52_0/boost/algorithm/string/classification.hpp:18:
trimmed_boost_1_52_0/boost/algorithm/string/detail/classification.hpp:85:38: warning: implicit conversion changes signedness: 'typename range_difference<iterator_range<const char *> >::type' (aka 'long') to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
                    std::size_t Size=::boost::distance(Range);
                                ˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/algorithm/string/classification.hpp:206:20: note: in instantiation of function template specialization 'boost::algorithm::detail::is_any_ofF<char>::is_any_ofF<boost::iterator_range<const char *> >' requested here
            return detail::is_any_ofF<BOOST_STRING_TYPENAME range_value<RangeT>::type>(lit_set); 
                   ^
R_GatingHierarchy.cpp:494:42: note: in instantiation of function template specialization 'boost::algorithm::is_any_of<char [2]>' requested here
                                        boost::split(gOpObj.path,refs.at(i),boost::is_any_of("/"));
                                                                            ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:18:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:18:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:81:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from R_GatingHierarchy.cpp:17:
In file included from ./include/R_GatingHierarchy.hpp:18:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
113 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c R_GatingSet.cpp -o R_GatingSet.o
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:130:17: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        switch (size - i){                          
                     ˜ ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:190:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:237:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:245:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:266:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:274:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:311:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:312:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:319:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, element ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:320:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ; 
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:343:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:344:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:484:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( LGLSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:50:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:173:76: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        unary_call( Language call_, int index ) : call(call_), proxy(call_,index){}
                                                               ˜˜˜˜˜       ^˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:91: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                             ˜˜˜˜˜˜       ^˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:113: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                                                   ˜˜˜˜˜˜       ^˜˜˜˜˜
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:60:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Datetime.h:40:40: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
                int getMicroSeconds() const { return m_us; }
                                              ˜˜˜˜˜˜ ^˜˜˜
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:27:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:197:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:212:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:221:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:95:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:110:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:119:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:31:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/functions.h:37:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/seq_along.h:49:24: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return sugar::SeqLen( n ) ;
               ˜˜˜˜˜          ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:19:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:19:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:19:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:19:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
./include/flowData.hpp:82:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned dataSize(){return data.size();};
                            ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:19:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
./include/gate.hpp:70:19: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
                        unsigned nSize=vertices.size();
                                 ˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:19:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:14:
In file included from ./include/flowJoWorkspace.hpp:14:
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1407:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1417:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1425:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:19:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:15:
In file included from ./include/ncdfFlow.hpp:10:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:677:44: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_inq_enum_ident(int ncid, nc_type xtype, long long value, char *identifier);
                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:984:22: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                 size_t len, const long long *op);
                                   ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:987:60: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_get_att_longlong(int ncid, int varid, const char *name, long long *ip);
                                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:991:35: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                     size_t len, const unsigned long long *op);
                                                ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:995:17: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                     unsigned long long *ip);
                              ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1119:14: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                     const long long *op);
                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1123:5: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  long long *ip);
                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1127:21: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const unsigned long long *op);
                                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1131:15: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   unsigned long long *ip);
                            ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1226:33: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const size_t *countp, const long long *op);
                                              ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1230:27: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const size_t *countp, long long *ip);
                                        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1234:43: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const size_t *countp, const unsigned long long *op);
                                                        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1238:37: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const size_t *countp, unsigned long long *ip);
                                                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1354:11: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const long long *op);
                        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1359:5: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  long long *ip);
                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1364:21: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const unsigned long long *op);
                                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1369:15: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   unsigned long long *ip);
                            ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1487:36: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const ptrdiff_t * imapp, const long long *op);
                                                 ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1492:30: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const ptrdiff_t * imapp, long long *ip);
                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1497:46: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const ptrdiff_t * imapp, const unsigned long long *op);
                                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1502:40: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const ptrdiff_t * imapp, unsigned long long *ip);
                                                     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1578:48: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_put_var_longlong(int ncid, int varid, const long long *op);
                                               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1581:42: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_get_var_longlong(int ncid, int varid, long long *ip);
                                         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1584:58: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_put_var_ulonglong(int ncid, int varid, const unsigned long long *op);
                                                         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1587:52: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_get_var_ulonglong(int ncid, int varid, unsigned long long *ip);
                                                   ^
R_GatingSet.cpp:188:41: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
                        GatingSet *     gs=getGsPtr((SEXP)gsList[i]);
                                                          ˜˜˜˜˜˜ ^
R_GatingSet.cpp:189:47: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
                        StringVec samples=as<StringVec>(sampleList[i]);
                                                        ˜˜˜˜˜˜˜˜˜˜ ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Date *, vector<Date, allocator<Date> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DateVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Datetime *, vector<Datetime, allocator<Datetime> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DatetimeVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:112:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/as.h:26:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/Exporter.h:46:24: warning: implicit conversion changes signedness: 'R_len_t' (aka 'int') to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
                T vec( ::Rf_length(object) );
                  ˜˜˜  ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/as.h:83:29: note: in instantiation of member function 'Rcpp::traits::RangeExporter<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >::get' requested here
            return exporter.get() ;
                            ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/as.h:126:16: note: in instantiation of function template specialization 'Rcpp::internal::as<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return internal::as<T>( m_sexp, typename traits::r_type_traits<T>::r_category() ) ;
               ^
R_GatingSet.cpp:31:23: note: in instantiation of function template specialization 'Rcpp::as<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
                StringVec sampleIDs=as<StringVec>(_sampleIDs);
                                    ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:208:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const basic_string<char> *, vector<basic_string<char>, allocator<basic_string<char> > > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const std::basic_string<char> *, std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >, std::basic_string<char> >' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const std::basic_string<char> *, std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >, std::basic_string<char> >' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const std::basic_string<char> *, std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_iterable__logical<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:614:9: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__matrix_interface( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
R_GatingSet.cpp:70:9: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return wrap(gs->getSamples());
               ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:212:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( x, i, make_charsexp(*first) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:19:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:19:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:81:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from R_GatingSet.cpp:9:
In file included from ./include/R_GatingSet.hpp:19:
In file included from ./include/GatingSet.hpp:12:
In file included from ./include/GatingHierarchy.hpp:13:
In file included from ./include/populationTree.hpp:11:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
77 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c bitOps.c -o bitOps.o
bitOps.c:23:27: warning: implicit conversion loses integer precision: 'int' to 'unsigned char' [-Wconversion]
                mask  = 1 << bitIndex;
                      ˜ ˜˜^˜˜˜˜˜˜˜˜˜˜
bitOps.c:30:25: warning: implicit conversion loses integer precision: 'int' to 'unsigned char' [-Wconversion]
                mask  = ˜(1 << bitIndex);
                      ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
bitOps.c:95:23: warning: implicit conversion loses integer precision: 'int' to 'unsigned char' [-Wconversion]
            mask  = 1 << bitIndex;
                  ˜ ˜˜^˜˜˜˜˜˜˜˜˜˜
bitOps.c:100:21: warning: implicit conversion loses integer precision: 'int' to 'unsigned char' [-Wconversion]
            mask  = ˜(1 << bitIndex);
                  ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
4 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c calibrationTable.cpp -o calibrationTable.o
In file included from calibrationTable.cpp:8:
In file included from ./include/calibrationTable.hpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:30:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from calibrationTable.cpp:8:
In file included from ./include/calibrationTable.hpp:27:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
calibrationTable.cpp:19:2: warning: extra ';' outside of a function is a C++11 extension [-Wc++11-extra-semi]
};
 ^
calibrationTable.cpp:75:14: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned nX=x.size();
                 ˜˜ ^˜˜˜˜˜˜˜
calibrationTable.cpp:105:26: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        valarray<double> output(nu);
                         ˜˜˜˜˜˜ ^˜
calibrationTable.cpp:104:9: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
        int nu=input.size();
            ˜˜ ^˜˜˜˜˜˜˜˜˜˜˜
In file included from calibrationTable.cpp:8:
In file included from ./include/calibrationTable.hpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from calibrationTable.cpp:8:
In file included from ./include/calibrationTable.hpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:81:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from calibrationTable.cpp:8:
In file included from ./include/calibrationTable.hpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
13 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c flowData.cpp -o flowData.o
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:130:17: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        switch (size - i){                          
                     ˜ ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:190:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:237:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:245:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:266:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:274:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:311:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:312:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:319:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, element ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:320:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ; 
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:343:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:344:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:484:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( LGLSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:50:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:173:76: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        unary_call( Language call_, int index ) : call(call_), proxy(call_,index){}
                                                               ˜˜˜˜˜       ^˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:91: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                             ˜˜˜˜˜˜       ^˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:113: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                                                   ˜˜˜˜˜˜       ^˜˜˜˜˜
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:60:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Datetime.h:40:40: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
                int getMicroSeconds() const { return m_us; }
                                              ˜˜˜˜˜˜ ^˜˜˜
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:27:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:197:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:212:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:221:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:95:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:110:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:119:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:31:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/functions.h:37:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/seq_along.h:49:24: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return sugar::SeqLen( n ) ;
               ˜˜˜˜˜          ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
In file included from flowData.cpp:8:
./include/flowData.hpp:82:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned dataSize(){return data.size();};
                            ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜
flowData.cpp:13:23: warning: extra ';' outside of a function is a C++11 extension [-Wc++11-extra-semi]
flowData::flowData(){};
                      ^
flowData.cpp:27:20: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned nChannls=params.size();
                 ˜˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜
flowData.cpp:39:10: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
        nEvents=mat.nrow();
               ˜^˜˜˜˜˜˜˜˜˜
flowData.cpp:44:15: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
                data[j]=mat[j];
                        ˜˜˜ ^
flowData.cpp:38:20: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned nChannls=params.size();
                 ˜˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜
flowData.cpp:67:10: warning: implicit conversion loses integer precision: 'typename __normal_iterator<basic_string<char> *, vector<basic_string<char>, allocator<basic_string<char> > > >::difference_type' (aka 'long') to 'unsigned int' [-Wshorten-64-to-32]
        return (res-it1);
        ˜˜˜˜˜˜  ^˜˜˜˜˜˜
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Date *, vector<Date, allocator<Date> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DateVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Datetime *, vector<Datetime, allocator<Datetime> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DatetimeVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:112:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/as.h:26:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/Exporter.h:46:24: warning: implicit conversion changes signedness: 'R_len_t' (aka 'int') to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
                T vec( ::Rf_length(object) );
                  ˜˜˜  ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/as.h:83:29: note: in instantiation of member function 'Rcpp::traits::RangeExporter<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >::get' requested here
            return exporter.get() ;
                            ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/as.h:126:16: note: in instantiation of function template specialization 'Rcpp::internal::as<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        return internal::as<T>( m_sexp, typename traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/vector/string_proxy.h:267:12: note: in instantiation of function template specialization 'Rcpp::as<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
                                return ::Rcpp::as<U>(get()) ;
                                       ^
flowData.cpp:37:9: note: in instantiation of function template specialization 'Rcpp::internal::generic_proxy<19>::operator vector<std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >' requested here
        params=dimnames[1];
               ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:81:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from flowData.cpp:8:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
49 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c flowJoWorkspace.cpp -o flowJoWorkspace.o
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:130:17: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        switch (size - i){                          
                     ˜ ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:190:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:237:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:245:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:266:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:274:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:311:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:312:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:319:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, element ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:320:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ; 
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:343:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:344:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:484:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( LGLSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:50:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:173:76: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        unary_call( Language call_, int index ) : call(call_), proxy(call_,index){}
                                                               ˜˜˜˜˜       ^˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:91: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                             ˜˜˜˜˜˜       ^˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:113: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                                                   ˜˜˜˜˜˜       ^˜˜˜˜˜
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:60:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Datetime.h:40:40: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
                int getMicroSeconds() const { return m_us; }
                                              ˜˜˜˜˜˜ ^˜˜˜
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:27:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:197:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:212:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:221:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:95:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:110:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:119:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:31:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/functions.h:37:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/seq_along.h:49:24: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return sugar::SeqLen( n ) ;
               ˜˜˜˜˜          ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
./include/flowData.hpp:82:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned dataSize(){return data.size();};
                            ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
./include/gate.hpp:70:19: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
                        unsigned nSize=vertices.size();
                                 ˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:14:
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1407:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1417:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1425:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
flowJoWorkspace.cpp:154:22: warning: implicit conversion loses integer precision: 'int' to 'unsigned short' [-Wconversion]
        unsigned short nPar=atoi(parNode.getProperty("value").c_str());
                       ˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
flowJoWorkspace.cpp:269:9: warning: implicit conversion loses integer precision: 'int' to 'unsigned short' [-Wconversion]
        return res;
        ˜˜˜˜˜˜ ^˜˜
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Date *, vector<Date, allocator<Date> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DateVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Datetime *, vector<Datetime, allocator<Datetime> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DatetimeVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:20:
In file included from trimmed_boost_1_52_0/boost/algorithm/string.hpp:19:
In file included from trimmed_boost_1_52_0/boost/algorithm/string/trim.hpp:23:
In file included from trimmed_boost_1_52_0/boost/algorithm/string/classification.hpp:18:
trimmed_boost_1_52_0/boost/algorithm/string/detail/classification.hpp:85:38: warning: implicit conversion changes signedness: 'typename range_difference<iterator_range<const char *> >::type' (aka 'long') to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
                    std::size_t Size=::boost::distance(Range);
                                ˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/algorithm/string/classification.hpp:206:20: note: in instantiation of function template specialization 'boost::algorithm::detail::is_any_ofF<char>::is_any_ofF<boost::iterator_range<const char *> >' requested here
            return detail::is_any_ofF<BOOST_STRING_TYPENAME range_value<RangeT>::type>(lit_set); 
                   ^
flowJoWorkspace.cpp:253:33: note: in instantiation of function template specialization 'boost::algorithm::is_any_of<char [2]>' requested here
        boost::split(vlist,versionList,boost::is_any_of(";"));
                                       ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:14:
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1675:30: warning: implicit conversion changes signedness: 'utype' (aka 'unsigned int') to 'int' [-Wsign-conversion]
                    output = -out_tmp;
                           ˜ ^˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1755:74: note: in instantiation of function template specialization 'boost::detail::lexical_stream_limited_src<char, std::char_traits<char>, false>::shr_signed<int>' requested here
            bool operator>>(int& output)                        { return shr_signed(output); }
                                                                         ^
trimmed_boost_1_52_0/boost/lexical_cast.hpp:2140:66: note: in instantiation of member function 'boost::detail::lexical_stream_limited_src<char, std::char_traits<char>, false>::operator>>' requested here
                if(!(interpreter.operator <<(arg) && interpreter.operator >>(result)))
                                                                 ^
trimmed_boost_1_52_0/boost/lexical_cast.hpp:2300:29: note: in instantiation of member function 'boost::detail::lexical_cast_do_cast<int, std::basic_string<char> >::lexical_cast_impl' requested here
        return caster_type::lexical_cast_impl(arg);
                            ^
flowJoWorkspace.cpp:264:18: note: in instantiation of function template specialization 'boost::lexical_cast<int, std::basic_string<char> >' requested here
                        int toCompare=boost::lexical_cast<int>(curVer);
                                      ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:14:
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1684:30: warning: implicit conversion changes signedness: 'utype' (aka 'unsigned int') to 'int' [-Wsign-conversion]
                    output = out_tmp;
                           ˜ ^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:692:26: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
            value = *end - czero;
                  ˜ ˜˜˜˜˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1664:32: note: in instantiation of function template specialization 'boost::detail::lcast_ret_unsigned<std::char_traits<char>, unsigned int, char>' requested here
                bool succeed = lcast_ret_unsigned<Traits>(out_tmp, start, finish);
                               ^
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1755:74: note: in instantiation of function template specialization 'boost::detail::lexical_stream_limited_src<char, std::char_traits<char>, false>::shr_signed<int>' requested here
            bool operator>>(int& output)                        { return shr_signed(output); }
                                                                         ^
trimmed_boost_1_52_0/boost/lexical_cast.hpp:2140:66: note: in instantiation of member function 'boost::detail::lexical_stream_limited_src<char, std::char_traits<char>, false>::operator>>' requested here
                if(!(interpreter.operator <<(arg) && interpreter.operator >>(result)))
                                                                 ^
trimmed_boost_1_52_0/boost/lexical_cast.hpp:2300:29: note: in instantiation of member function 'boost::detail::lexical_cast_do_cast<int, std::basic_string<char> >::lexical_cast_impl' requested here
        return caster_type::lexical_cast_impl(arg);
                            ^
flowJoWorkspace.cpp:264:18: note: in instantiation of function template specialization 'boost::lexical_cast<int, std::basic_string<char> >' requested here
                        int toCompare=boost::lexical_cast<int>(curVer);
                                      ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:14:
trimmed_boost_1_52_0/boost/lexical_cast.hpp:721:54: warning: implicit conversion changes signedness: 'int' to 'const unsigned int' [-Wsign-conversion]
                            T const dig_value = *end - czero;
                                    ˜˜˜˜˜˜˜˜˜   ˜˜˜˜˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:769:46: warning: implicit conversion changes signedness: 'int' to 'const unsigned int' [-Wsign-conversion]
                    T const dig_value = *end - czero;
                            ˜˜˜˜˜˜˜˜˜   ˜˜˜˜˜^˜˜˜˜˜˜
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:81:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from flowJoWorkspace.cpp:7:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
54 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c gate.cpp -o gate.o
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:130:17: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        switch (size - i){                          
                     ˜ ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:190:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:237:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:245:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:266:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:274:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:311:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:312:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:319:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, element ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:320:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ; 
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:343:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:344:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:484:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( LGLSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:50:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:173:76: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        unary_call( Language call_, int index ) : call(call_), proxy(call_,index){}
                                                               ˜˜˜˜˜       ^˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:91: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                             ˜˜˜˜˜˜       ^˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:113: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                                                   ˜˜˜˜˜˜       ^˜˜˜˜˜
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:60:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Datetime.h:40:40: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
                int getMicroSeconds() const { return m_us; }
                                              ˜˜˜˜˜˜ ^˜˜˜
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:27:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:197:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:212:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:221:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:95:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:110:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:119:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:31:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/functions.h:37:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/seq_along.h:49:24: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return sugar::SeqLen( n ) ;
               ˜˜˜˜˜          ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
./include/flowData.hpp:82:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned dataSize(){return data.size();};
                            ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜
In file included from gate.cpp:10:
./include/gate.hpp:70:19: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
                        unsigned nSize=vertices.size();
                                 ˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
gate.cpp:146:17: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned nSize=v.size();
                 ˜˜˜˜˜ ^˜˜˜˜˜˜˜
gate.cpp:264:19: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned nVertex=vertices.size();
                 ˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
gate.cpp:271:19: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned nEvents=xdata.size();
                 ˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜
gate.cpp:441:19: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned nEvents=data_1d.size();
                 ˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜
gate.cpp:464:19: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned nVertex=vertices.size();
                 ˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
gate.cpp:472:19: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned nEvents=xdata.size();
                 ˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜
gate.cpp:506:17: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned nSize=vertices.size();
                 ˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Date *, vector<Date, allocator<Date> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DateVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Datetime *, vector<Datetime, allocator<Datetime> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DatetimeVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:81:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from gate.cpp:10:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
50 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c init.c -o init.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c macFlowJoWorkspace.cpp -o macFlowJoWorkspace.o
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:130:17: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        switch (size - i){                          
                     ˜ ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:190:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:237:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:245:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:266:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:274:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:311:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:312:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:319:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, element ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:320:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ; 
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:343:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:344:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:484:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( LGLSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:50:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:173:76: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        unary_call( Language call_, int index ) : call(call_), proxy(call_,index){}
                                                               ˜˜˜˜˜       ^˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:91: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                             ˜˜˜˜˜˜       ^˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:113: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                                                   ˜˜˜˜˜˜       ^˜˜˜˜˜
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:60:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Datetime.h:40:40: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
                int getMicroSeconds() const { return m_us; }
                                              ˜˜˜˜˜˜ ^˜˜˜
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:27:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:197:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:212:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:221:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:95:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:110:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:119:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:31:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/functions.h:37:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/seq_along.h:49:24: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return sugar::SeqLen( n ) ;
               ˜˜˜˜˜          ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
./include/flowData.hpp:82:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned dataSize(){return data.size();};
                            ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
./include/gate.hpp:70:19: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
                        unsigned nSize=vertices.size();
                                 ˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:14:
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1407:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1417:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1425:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
macFlowJoWorkspace.cpp:60:42: warning: implicit conversion loses integer precision: 'int' to 'unsigned short' [-Wconversion]
        unsigned short nPar=parRes->nodesetval->nodeNr;
                       ˜˜˜˜ ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜
macFlowJoWorkspace.cpp:78:18: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
                curParam.range=atoi(parNode.getProperty("range").c_str());
                              ˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
macFlowJoWorkspace.cpp:81:22: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
                curParam.highValue=atoi(parNode.getProperty("highValue").c_str());
                                  ˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
macFlowJoWorkspace.cpp:84:29: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
                curParam.calibrationIndex=atoi(parNode.getProperty("calibrationIndex").c_str());
                                         ˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
macFlowJoWorkspace.cpp:370:25: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
                unsigned nX=tbl.size()/2;
                         ˜˜ ˜˜˜˜˜˜˜˜˜˜^˜
macFlowJoWorkspace.cpp:462:44: warning: implicit conversion loses integer precision: 'int' to 'unsigned short' [-Wconversion]
                unsigned short cid=atoi(comp.cid.c_str())-1;//make sure to convert to C indexing convention.
                               ˜˜˜ ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜
macFlowJoWorkspace.cpp:471:33: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
                unsigned nX=resX->nodesetval->nodeNr;
                         ˜˜ ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜
macFlowJoWorkspace.cpp:477:34: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
                        unsigned nY=resY->nodesetval->nodeNr;
                                 ˜˜ ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜
macFlowJoWorkspace.cpp:530:2: warning: delete called on 'polygonGate' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete g1;
        ^
macFlowJoWorkspace.cpp:556:2: warning: delete called on 'polygonGate' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
        delete pg;
        ^
macFlowJoWorkspace.cpp:663:25: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned short' [-Wconversion]
        unsigned short nTokens=tokens.size();
                       ˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜
macFlowJoWorkspace.cpp:700:24: warning: implicit conversion loses integer precision: 'int' to 'unsigned short' [-Wconversion]
                unsigned short index=atoi(sIndex.c_str());
                               ˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Date *, vector<Date, allocator<Date> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DateVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Datetime *, vector<Datetime, allocator<Datetime> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DatetimeVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:20:
In file included from trimmed_boost_1_52_0/boost/algorithm/string.hpp:19:
In file included from trimmed_boost_1_52_0/boost/algorithm/string/trim.hpp:23:
In file included from trimmed_boost_1_52_0/boost/algorithm/string/classification.hpp:18:
trimmed_boost_1_52_0/boost/algorithm/string/detail/classification.hpp:85:38: warning: implicit conversion changes signedness: 'typename range_difference<iterator_range<const char *> >::type' (aka 'long') to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
                    std::size_t Size=::boost::distance(Range);
                                ˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/algorithm/string/classification.hpp:206:20: note: in instantiation of function template specialization 'boost::algorithm::detail::is_any_ofF<char>::is_any_ofF<boost::iterator_range<const char *> >' requested here
            return detail::is_any_ofF<BOOST_STRING_TYPENAME range_value<RangeT>::type>(lit_set); 
                   ^
macFlowJoWorkspace.cpp:662:30: note: in instantiation of function template specialization 'boost::algorithm::is_any_of<char [2]>' requested here
        boost::split(tokens, specs, boost::is_any_of(" "));
                                    ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:81:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from macFlowJoWorkspace.cpp:9:
In file included from ./include/macFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
59 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c ncdfFlow.cpp -o ncdfFlow.o
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:10:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:677:44: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_inq_enum_ident(int ncid, nc_type xtype, long long value, char *identifier);
                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:984:22: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                 size_t len, const long long *op);
                                   ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:987:60: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_get_att_longlong(int ncid, int varid, const char *name, long long *ip);
                                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:991:35: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                     size_t len, const unsigned long long *op);
                                                ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:995:17: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                     unsigned long long *ip);
                              ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1119:14: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                     const long long *op);
                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1123:5: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  long long *ip);
                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1127:21: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const unsigned long long *op);
                                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1131:15: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   unsigned long long *ip);
                            ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1226:33: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const size_t *countp, const long long *op);
                                              ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1230:27: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const size_t *countp, long long *ip);
                                        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1234:43: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const size_t *countp, const unsigned long long *op);
                                                        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1238:37: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const size_t *countp, unsigned long long *ip);
                                                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1354:11: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const long long *op);
                        ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1359:5: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  long long *ip);
                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1364:21: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const unsigned long long *op);
                                  ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1369:15: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   unsigned long long *ip);
                            ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1487:36: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const ptrdiff_t * imapp, const long long *op);
                                                 ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1492:30: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                  const ptrdiff_t * imapp, long long *ip);
                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1497:46: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const ptrdiff_t * imapp, const unsigned long long *op);
                                                           ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1502:40: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
                   const ptrdiff_t * imapp, unsigned long long *ip);
                                                     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1578:48: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_put_var_longlong(int ncid, int varid, const long long *op);
                                               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1581:42: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_get_var_longlong(int ncid, int varid, long long *ip);
                                         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1584:58: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_put_var_ulonglong(int ncid, int varid, const unsigned long long *op);
                                                         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include/netcdf.h:1587:52: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
nc_get_var_ulonglong(int ncid, int varid, unsigned long long *ip);
                                                   ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:130:17: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        switch (size - i){                          
                     ˜ ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:190:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:237:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:245:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:266:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:274:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:311:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:312:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:319:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, element ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:320:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ; 
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:343:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:344:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:484:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( LGLSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:50:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:173:76: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        unary_call( Language call_, int index ) : call(call_), proxy(call_,index){}
                                                               ˜˜˜˜˜       ^˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:91: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                             ˜˜˜˜˜˜       ^˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:113: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                                                   ˜˜˜˜˜˜       ^˜˜˜˜˜
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:60:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Datetime.h:40:40: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
                int getMicroSeconds() const { return m_us; }
                                              ˜˜˜˜˜˜ ^˜˜˜
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:27:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:197:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:212:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:221:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:95:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:110:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:119:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:31:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/functions.h:37:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/seq_along.h:49:24: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return sugar::SeqLen( n ) ;
               ˜˜˜˜˜          ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
./include/flowData.hpp:82:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned dataSize(){return data.size();};
                            ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜
ncdfFlow.cpp:48:21: warning: implicit conversion loses integer precision: 'typename __normal_iterator<basic_string<char> *, vector<basic_string<char>, allocator<basic_string<char> > > >::difference_type' (aka 'long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned sampleInd=it-sampleNames.begin();
                 ˜˜˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
ncdfFlow.cpp:106:22: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t count[] = {1,nChannels, nRow};
                         ˜  ^˜˜˜˜˜˜˜˜
ncdfFlow.cpp:106:33: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t count[] = {1,nChannels, nRow};
                         ˜             ^˜˜˜
ncdfFlow.cpp:103:33: warning: implicit conversion loses integer precision: 'long' to 'unsigned int' [-Wshorten-64-to-32]
    unsigned int nSize=nChannels*nRow;
                 ˜˜˜˜˜ ˜˜˜˜˜˜˜˜˜^˜˜˜˜
ncdfFlow.cpp:147:21: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned nChannels=params.size();
                 ˜˜˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Date *, vector<Date, allocator<Date> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DateVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Datetime *, vector<Datetime, allocator<Datetime> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DatetimeVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:81:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from ncdfFlow.cpp:1:
In file included from ./include/ncdfFlow.hpp:11:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
72 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c nodeProperties.cpp -o nodeProperties.o
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:130:17: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        switch (size - i){                          
                     ˜ ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:190:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:237:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:245:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:266:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:274:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:311:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:312:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:319:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, element ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:320:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ; 
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:343:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:344:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:484:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( LGLSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:50:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:173:76: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        unary_call( Language call_, int index ) : call(call_), proxy(call_,index){}
                                                               ˜˜˜˜˜       ^˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:91: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                             ˜˜˜˜˜˜       ^˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:113: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                                                   ˜˜˜˜˜˜       ^˜˜˜˜˜
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:60:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Datetime.h:40:40: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
                int getMicroSeconds() const { return m_us; }
                                              ˜˜˜˜˜˜ ^˜˜˜
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:27:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:197:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:212:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:221:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:95:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:110:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:119:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:31:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/functions.h:37:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/seq_along.h:49:24: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return sugar::SeqLen( n ) ;
               ˜˜˜˜˜          ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
./include/flowData.hpp:82:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned dataSize(){return data.size();};
                            ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
./include/gate.hpp:70:19: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
                        unsigned nSize=vertices.size();
                                 ˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
nodeProperties.cpp:23:11: warning: comparison of constant 4 with expression of type 'bool' is always false [-Wtautological-constant-out-of-range-compare]
                if(dMode>=GATE_LEVEL)
                   ˜˜˜˜˜^ ˜˜˜˜˜˜˜˜˜˜
nodeProperties.cpp:25:3: warning: delete called on 'gate' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor]
                delete thisGate;
                ^
nodeProperties.cpp:73:19: warning: implicit conversion loses integer precision: 'typename iterator_traits<_Bit_iterator>::difference_type' (aka 'long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned nEvents=count(_ind.begin(),_ind.end(),true);
                 ˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
nodeProperties.cpp:75:32: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
        unsigned nSizeBool=_ind.size()/8;
                 ˜˜˜˜˜˜˜˜˜ ˜˜˜˜˜˜˜˜˜˜˜^˜
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Date *, vector<Date, allocator<Date> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DateVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Datetime *, vector<Datetime, allocator<Datetime> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DatetimeVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:48:
In file included from trimmed_boost_1_52_0/boost/scoped_ptr.hpp:14:
In file included from trimmed_boost_1_52_0/boost/smart_ptr/scoped_ptr.hpp:15:
trimmed_boost_1_52_0/boost/checked_delete.hpp:34:5: warning: delete called on 'POPINDICES' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor]
    delete x;
    ^
trimmed_boost_1_52_0/boost/smart_ptr/scoped_ptr.hpp:80:9: note: in instantiation of function template specialization 'boost::checked_delete<POPINDICES>' requested here
        boost::checked_delete( px );
        ^
nodeProperties.cpp:9:17: note: in instantiation of member function 'boost::scoped_ptr<POPINDICES>::˜scoped_ptr' requested here
nodeProperties::nodeProperties(){
                ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:81:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from nodeProperties.cpp:7:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
48 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c spline.cpp -o spline.o
spline.cpp:178:4: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        d[i] = x[i+1] - x[i];
        ˜ ^
spline.cpp:178:12: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        d[i] = x[i+1] - x[i];
               ˜ ˜^˜
spline.cpp:178:20: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        d[i] = x[i+1] - x[i];
                        ˜ ^
spline.cpp:179:4: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        b[i] = 2.0 * (d[i-1] + d[i]);
        ˜ ^
spline.cpp:179:19: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        b[i] = 2.0 * (d[i-1] + d[i]);
                      ˜ ˜^˜
spline.cpp:179:27: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        b[i] = 2.0 * (d[i-1] + d[i]);
                               ˜ ^
spline.cpp:180:5: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i+1] = (y[i+1] - y[i])/d[i];
        ˜ ˜^˜
spline.cpp:180:15: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i+1] = (y[i+1] - y[i])/d[i];
                  ˜ ˜^˜
spline.cpp:180:23: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i+1] = (y[i+1] - y[i])/d[i];
                           ˜ ^
spline.cpp:180:29: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i+1] = (y[i+1] - y[i])/d[i];
                                 ˜ ^
spline.cpp:181:4: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i] = c[i+1] - c[i];
        ˜ ^
spline.cpp:181:12: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i] = c[i+1] - c[i];
               ˜ ˜^˜
spline.cpp:181:20: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i] = c[i+1] - c[i];
                        ˜ ^
spline.cpp:187:9: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        t = d[i-1]/b[i-1];
            ˜ ˜^˜
spline.cpp:187:16: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        t = d[i-1]/b[i-1];
                   ˜ ˜^˜
spline.cpp:188:4: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        b[i] = b[i] - t*d[i-1];
        ˜ ^
spline.cpp:188:11: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        b[i] = b[i] - t*d[i-1];
               ˜ ^
spline.cpp:188:21: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        b[i] = b[i] - t*d[i-1];
                        ˜ ˜^˜
spline.cpp:189:4: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i] = c[i] - t*c[i-1];
        ˜ ^
spline.cpp:189:11: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i] = c[i] - t*c[i-1];
               ˜ ^
spline.cpp:189:21: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i] = c[i] - t*c[i-1];
                        ˜ ˜^˜
spline.cpp:194:7: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    c[nm1] = c[nm1]/b[nm1];
    ˜ ^˜˜
spline.cpp:194:16: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    c[nm1] = c[nm1]/b[nm1];
             ˜ ^˜˜
spline.cpp:194:23: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    c[nm1] = c[nm1]/b[nm1];
                    ˜ ^˜˜
spline.cpp:196:4: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i] = (c[i]-d[i]*c[i+1])/b[i];
        ˜ ^
spline.cpp:196:12: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i] = (c[i]-d[i]*c[i+1])/b[i];
                ˜ ^
spline.cpp:196:17: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i] = (c[i]-d[i]*c[i+1])/b[i];
                     ˜ ^
spline.cpp:196:23: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i] = (c[i]-d[i]*c[i+1])/b[i];
                          ˜ ˜^˜
spline.cpp:196:30: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i] = (c[i]-d[i]*c[i+1])/b[i];
                                  ˜ ^
spline.cpp:200:15: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    c[0] = c[n-1] = 0.0;
           ˜ ˜^˜
spline.cpp:204:36: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    b[0] = (y[1] - y[0])/d[0] - d[i-1] * c[1];
                                ˜ ˜^˜
spline.cpp:207:8: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    b[n-1] = (y[n-1] - y[nm1])/d[nm1] + d[nm1] * c[nm1];
    ˜ ˜^˜
spline.cpp:207:18: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    b[n-1] = (y[n-1] - y[nm1])/d[nm1] + d[nm1] * c[nm1];
              ˜ ˜^˜
spline.cpp:207:26: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    b[n-1] = (y[n-1] - y[nm1])/d[nm1] + d[nm1] * c[nm1];
                       ˜ ^˜˜
spline.cpp:207:34: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    b[n-1] = (y[n-1] - y[nm1])/d[nm1] + d[nm1] * c[nm1];
                               ˜ ^˜˜
spline.cpp:207:43: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    b[n-1] = (y[n-1] - y[nm1])/d[nm1] + d[nm1] * c[nm1];
                                        ˜ ^˜˜
spline.cpp:207:52: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    b[n-1] = (y[n-1] - y[nm1])/d[nm1] + d[nm1] * c[nm1];
                                                 ˜ ^˜˜
spline.cpp:210:4: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        b[i] = (y[i+1]-y[i])/d[i] - d[i]*(c[i+1]+2.0*c[i]);
        ˜ ^
spline.cpp:210:13: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        b[i] = (y[i+1]-y[i])/d[i] - d[i]*(c[i+1]+2.0*c[i]);
                ˜ ˜^˜
spline.cpp:210:19: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        b[i] = (y[i+1]-y[i])/d[i] - d[i]*(c[i+1]+2.0*c[i]);
                       ˜ ^
spline.cpp:210:25: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        b[i] = (y[i+1]-y[i])/d[i] - d[i]*(c[i+1]+2.0*c[i]);
                             ˜ ^
spline.cpp:210:32: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        b[i] = (y[i+1]-y[i])/d[i] - d[i]*(c[i+1]+2.0*c[i]);
                                    ˜ ^
spline.cpp:210:39: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        b[i] = (y[i+1]-y[i])/d[i] - d[i]*(c[i+1]+2.0*c[i]);
                                          ˜ ˜^˜
spline.cpp:210:49: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        b[i] = (y[i+1]-y[i])/d[i] - d[i]*(c[i+1]+2.0*c[i]);
                                                     ˜ ^
spline.cpp:211:4: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        d[i] = (c[i+1]-c[i])/d[i];
        ˜ ^
spline.cpp:211:13: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        d[i] = (c[i+1]-c[i])/d[i];
                ˜ ˜^˜
spline.cpp:211:19: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        d[i] = (c[i+1]-c[i])/d[i];
                       ˜ ^
spline.cpp:211:25: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        d[i] = (c[i+1]-c[i])/d[i];
                             ˜ ^
spline.cpp:212:4: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i] = 3.0*c[i];
        ˜ ^
spline.cpp:212:15: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        c[i] = 3.0*c[i];
                   ˜ ^
spline.cpp:215:8: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    c[n-1] = 0.0;
    ˜ ˜^˜
spline.cpp:216:8: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    d[n-1] = 0.0;
    ˜ ˜^˜
spline.cpp:154:11: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
    int n=x.size();
        ˜ ^˜˜˜˜˜˜˜
spline.cpp:235:9: warning: implicit conversion changes signedness: 'const int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        dx = x[n_1] - x[0];
             ˜ ^˜˜
spline.cpp:237:8: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
            v[l] = fmod(u[l]-x[0], dx);
            ˜ ^
spline.cpp:237:20: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
            v[l] = fmod(u[l]-x[0], dx);
                        ˜ ^
spline.cpp:238:11: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
            if(v[l] < 0.0) v[l] += dx;
               ˜ ^
spline.cpp:238:23: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
            if(v[l] < 0.0) v[l] += dx;
                           ˜ ^
spline.cpp:239:8: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
            v[l] += x[0];
            ˜ ^
spline.cpp:244:8: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
            v[l] = u[l];
            ˜ ^
spline.cpp:244:15: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
            v[l] = u[l];
                   ˜ ^
spline.cpp:249:9: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        ul = v[l];
             ˜ ^
spline.cpp:250:12: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        if(ul < x[i] || (i < n_1 && x[i+1] < ul)) {
                ˜ ^
spline.cpp:250:33: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        if(ul < x[i] || (i < n_1 && x[i+1] < ul)) {
                                    ˜ ˜^˜
spline.cpp:256:13: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                if(ul < x[k]) j = k;
                        ˜ ^
spline.cpp:261:14: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        dx = ul - x[i];
                  ˜ ^
spline.cpp:263:45: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        tmp = (method == 2 && ul < x[0]) ? 0.0 : d[i];
                                                 ˜ ^
spline.cpp:265:4: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        v[l] = y[i] + dx*(b[i] + dx*(c[i] + dx*tmp));
        ˜ ^
spline.cpp:265:11: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        v[l] = y[i] + dx*(b[i] + dx*(c[i] + dx*tmp));
               ˜ ^
spline.cpp:265:22: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        v[l] = y[i] + dx*(b[i] + dx*(c[i] + dx*tmp));
                          ˜ ^
spline.cpp:265:33: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        v[l] = y[i] + dx*(b[i] + dx*(c[i] + dx*tmp));
                                     ˜ ^
spline.cpp:228:8: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
        int n=x.size();
            ˜ ^˜˜˜˜˜˜˜
spline.cpp:229:9: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
        int nu=u.size();
            ˜˜ ^˜˜˜˜˜˜˜
73 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c transformation.cpp -o transformation.o
In file included from transformation.cpp:8:
In file included from ./include/transformation.hpp:21:
In file included from ./include/calibrationTable.hpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:30:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from transformation.cpp:8:
In file included from ./include/transformation.hpp:21:
In file included from ./include/calibrationTable.hpp:27:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
transformation.cpp:225:26: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
        calTbl.init(channelRange+1);
        ˜˜˜˜˜˜      ˜˜˜˜˜˜˜˜˜˜˜˜^˜
transformation.cpp:226:33: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        valarray<double> x(channelRange+1),y(channelRange+1);
                         ˜ ˜˜˜˜˜˜˜˜˜˜˜˜^˜
transformation.cpp:226:51: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        valarray<double> x(channelRange+1),y(channelRange+1);
                                           ˜ ˜˜˜˜˜˜˜˜˜˜˜˜^˜
transformation.cpp:229:5: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                y[chan] =chan;
                ˜ ^˜˜˜
transformation.cpp:230:5: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                x[chan] = positive[chan];
                ˜ ^˜˜˜
In file included from transformation.cpp:8:
In file included from ./include/transformation.hpp:21:
In file included from ./include/calibrationTable.hpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from transformation.cpp:8:
In file included from ./include/transformation.hpp:21:
In file included from ./include/calibrationTable.hpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:81:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from transformation.cpp:8:
In file included from ./include/transformation.hpp:21:
In file included from ./include/calibrationTable.hpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
14 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c winFlowJoWorkspace.cpp -o winFlowJoWorkspace.o
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:130:17: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        switch (size - i){                          
                     ˜ ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:190:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:237:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:245:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:266:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:274:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:311:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:312:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:319:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, element ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:320:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ; 
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:343:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:344:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:484:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( LGLSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:50:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:173:76: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        unary_call( Language call_, int index ) : call(call_), proxy(call_,index){}
                                                               ˜˜˜˜˜       ^˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:91: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                             ˜˜˜˜˜˜       ^˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:113: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                                                   ˜˜˜˜˜˜       ^˜˜˜˜˜
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:60:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Datetime.h:40:40: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
                int getMicroSeconds() const { return m_us; }
                                              ˜˜˜˜˜˜ ^˜˜˜
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:27:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:197:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:212:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:221:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:95:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:110:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:119:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:31:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/functions.h:37:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/seq_along.h:49:24: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return sugar::SeqLen( n ) ;
               ˜˜˜˜˜          ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
./include/flowData.hpp:82:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned dataSize(){return data.size();};
                            ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
./include/gate.hpp:70:19: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
                        unsigned nSize=vertices.size();
                                 ˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:14:
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1407:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1417:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
trimmed_boost_1_52_0/boost/lexical_cast.hpp:1425:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                end = begin + swprintf(begin, end-begin,
                              ˜˜˜˜˜˜˜˜        ˜˜˜^˜˜˜˜˜
winFlowJoWorkspace.cpp:39:20: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
        unsigned sampleID=atoi(root.getProperty("sampleID").c_str());
                 ˜˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
winFlowJoWorkspace.cpp:144:53: warning: implicit conversion loses integer precision: 'int' to 'unsigned short' [-Wconversion]
        unsigned short nCompNodes=compNodeRes->nodesetval->nodeNr;
                       ˜˜˜˜˜˜˜˜˜˜ ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜
winFlowJoWorkspace.cpp:211:43: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
                unsigned nSample=sampleRes->nodesetval->nodeNr;
                         ˜˜˜˜˜˜˜ ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜
winFlowJoWorkspace.cpp:280:33: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
                unsigned nX=resX->nodesetval->nodeNr;
                         ˜˜ ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜
winFlowJoWorkspace.cpp:286:34: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
                        unsigned nY=resY->nodesetval->nodeNr;
                                 ˜˜ ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜
winFlowJoWorkspace.cpp:394:10: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
                                r.at(i).setMin(sMin.empty()?-numeric_limits<double>::max():atof(sMin.c_str()));
                                ˜    ^
winFlowJoWorkspace.cpp:397:10: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
                                r.at(i).setMax(sMax.empty()?numeric_limits<double>::max():atof(sMax.c_str()));
                                ˜    ^
winFlowJoWorkspace.cpp:401:10: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
                                r.at(i).setName(wsNode(resPName->nodesetval->nodeTab[0]).getProperty("name"));
                                ˜    ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Date *, vector<Date, allocator<Date> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DateVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Datetime *, vector<Datetime, allocator<Datetime> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DatetimeVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:81:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from winFlowJoWorkspace.cpp:8:
In file included from ./include/winFlowJoWorkspace.hpp:10:
In file included from ./include/flowJoWorkspace.hpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
54 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c workspace.cpp -o workspace.o
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:130:17: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        switch (size - i){                          
                     ˜ ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:190:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:237:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:245:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:266:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:274:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:311:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:312:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:319:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, element ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:320:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ; 
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:343:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:344:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:484:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( LGLSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:50:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:173:76: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        unary_call( Language call_, int index ) : call(call_), proxy(call_,index){}
                                                               ˜˜˜˜˜       ^˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:91: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                             ˜˜˜˜˜˜       ^˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:113: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                                                   ˜˜˜˜˜˜       ^˜˜˜˜˜
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:60:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Datetime.h:40:40: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
                int getMicroSeconds() const { return m_us; }
                                              ˜˜˜˜˜˜ ^˜˜˜
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:27:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:197:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:212:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:221:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:95:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:110:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:119:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:31:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/functions.h:37:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/seq_along.h:49:24: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return sugar::SeqLen( n ) ;
               ˜˜˜˜˜          ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
./include/flowData.hpp:82:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned dataSize(){return data.size();};
                            ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
./include/gate.hpp:70:19: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
                        unsigned nSize=vertices.size();
                                 ˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Date *, vector<Date, allocator<Date> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DateVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Datetime *, vector<Datetime, allocator<Datetime> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DatetimeVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:20:
In file included from trimmed_boost_1_52_0/boost/algorithm/string.hpp:19:
In file included from trimmed_boost_1_52_0/boost/algorithm/string/trim.hpp:23:
In file included from trimmed_boost_1_52_0/boost/algorithm/string/classification.hpp:18:
trimmed_boost_1_52_0/boost/algorithm/string/detail/classification.hpp:85:38: warning: implicit conversion changes signedness: 'typename range_difference<iterator_range<const char *> >::type' (aka 'long') to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
                    std::size_t Size=::boost::distance(Range);
                                ˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/algorithm/string/classification.hpp:206:20: note: in instantiation of function template specialization 'boost::algorithm::detail::is_any_ofF<char>::is_any_ofF<boost::iterator_range<const char *> >' requested here
            return detail::is_any_ofF<BOOST_STRING_TYPENAME range_value<RangeT>::type>(lit_set); 
                   ^
workspace.cpp:40:35: note: in instantiation of function template specialization 'boost::algorithm::is_any_of<char [2]>' requested here
        boost::split(stringVec,sCalTable,boost::is_any_of(","));
                                         ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:81:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from workspace.cpp:11:
In file included from ./include/workspace.hpp:14:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
44 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c wsNode.cpp -o wsNode.o
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:130:17: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
        switch (size - i){                          
                     ˜ ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:190:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:209:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:237:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:245:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:266:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:274:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:311:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( VECSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:312:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:319:22: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_VECTOR_ELT( x, i, element ) ;
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜     ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:320:26: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
                SET_STRING_ELT( names, i, Rf_mkChar(buf.c_str()) ) ; 
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:343:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:344:48: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP names = PROTECT( Rf_allocVector( STRSXP, size ) ) ;
                              ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:484:44: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( LGLSXP, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜          ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:50:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:173:76: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        unary_call( Language call_, int index ) : call(call_), proxy(call_,index){}
                                                               ˜˜˜˜˜       ^˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:91: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                             ˜˜˜˜˜˜       ^˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Language.h:190:113: warning: implicit conversion changes signedness: 'int' to 'const size_t' (aka 'const unsigned long') [-Wsign-conversion]
        binary_call( Language call_, int index1, int index2 ) : call(call_), proxy1(call_,index1), proxy2(call_,index2){}
                                                                                                   ˜˜˜˜˜˜       ^˜˜˜˜˜
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:60:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/Datetime.h:40:40: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
                int getMicroSeconds() const { return m_us; }
                                              ˜˜˜˜˜˜ ^˜˜˜
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:27:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:197:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:212:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:221:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:95:16: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        return RCPP_HASH(value) ;
        ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:110:14: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
      addr = RCPP_HASH(val_u.u[0] + val_u.u[1]);
           ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:28:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/hash.h:28:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/SelfHash.h:119:18: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
          addr = RCPP_HASH((val & 0xffffffff) ^ (val >> 32));
               ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/hash/IndexHash.h:45:61: note: expanded from macro 'RCPP_HASH'
    #define RCPP_HASH(X) (3141592653U * ((unsigned int)(X)) >> (32 - k))
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:70:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/sugar.h:31:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/functions.h:37:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/sugar/functions/seq_along.h:49:24: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'int' [-Wshorten-64-to-32]
        return sugar::SeqLen( n ) ;
               ˜˜˜˜˜          ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:34:
In file included from trimmed_boost_1_52_0/boost/graph/adj_list_serialize.hpp:12:
In file included from trimmed_boost_1_52_0/boost/graph/adjacency_list.hpp:21:
In file included from trimmed_boost_1_52_0/boost/unordered_set.hpp:16:
In file included from trimmed_boost_1_52_0/boost/unordered/unordered_set.hpp:20:
In file included from trimmed_boost_1_52_0/boost/functional/hash.hpp:6:
In file included from trimmed_boost_1_52_0/boost/functional/hash/hash.hpp:15:
trimmed_boost_1_52_0/boost/functional/hash/detail/hash_float.hpp:186:38: warning: implicit conversion changes signedness: 'int' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            hash_float_combine(seed, exp);
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜       ^˜˜
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
./include/flowData.hpp:82:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
        unsigned dataSize(){return data.size();};
                            ˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
./include/gate.hpp:70:19: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
                        unsigned nSize=vertices.size();
                                 ˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Date *, vector<Date, allocator<Date> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >, Rcpp::Date>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Date *, std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DateVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Date, std::allocator<Rcpp::Date> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:104:16: warning: implicit conversion changes signedness: 'typename iterator_traits<__normal_iterator<const Datetime *, vector<Datetime, allocator<Datetime> > > >::difference_type' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        size_t size = std::distance( first, last ) ;
               ˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:178:9: note: in instantiation of function template specialization 'Rcpp::internal::primitive_range_wrap__impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return primitive_range_wrap__impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_sexptype_needscast<T>() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:364:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch___impl<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch___impl<InputIterator,T>( first, last, typename ::Rcpp::traits::r_type_traits<T>::r_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:374:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap_dispatch<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >, Rcpp::Datetime>' requested here
        return range_wrap_dispatch<InputIterator,typename traits::remove_reference<typename std::iterator_traits<InputIterator>::value_type>::type >( first, last ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:493:9: note: in instantiation of function template specialization 'Rcpp::internal::range_wrap<__gnu_cxx::__normal_iterator<const Rcpp::Datetime *, std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > > >' requested here
        return range_wrap( object.begin(), object.end() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:501:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_range_sugar_expression<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_range_sugar_expression( object, typename Rcpp::traits::is_sugar_expression<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:508:9: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return wrap_dispatch_unknown_iterable__logical( object, 
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:723:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown( object, typename ::Rcpp::traits::is_convertible<T,SEXP>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:740:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_eigen<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_eigen( object, typename traits::is_eigen_base<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:760:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch_unknown_importable<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return wrap_dispatch_unknown_importable( object, typename ::Rcpp::traits::is_importer<T>::type() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:863:9: note: in instantiation of function template specialization 'Rcpp::internal::wrap_dispatch<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        return internal::wrap_dispatch( object, typename ::Rcpp::traits::wrap_type_traits<T>::wrap_category() ) ;
               ^
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/DatetimeVector.h:54:47: note: in instantiation of function template specialization 'Rcpp::wrap<std::vector<Rcpp::Datetime, std::allocator<Rcpp::Datetime> > >' requested here
        inline operator SEXP() const { return wrap( v ) ; } 
                                              ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:15:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/RcppCommon.h:117:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include/Rcpp/internal/wrap.h:106:43: warning: implicit conversion changes signedness: 'size_t' (aka 'unsigned long') to 'R_xlen_t' (aka 'long') [-Wsign-conversion]
        SEXP x = PROTECT( Rf_allocVector( RTYPE, size ) );
                          ˜˜˜˜˜˜˜˜˜˜˜˜˜˜         ^˜˜˜
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:547:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::naked_binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::naked_binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::naked_binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:45:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::naked_binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:88:9: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
        load_binary(& t, sizeof(T));
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:107:12: note: in instantiation of function template specialization 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load<boost::archive::version_type>' requested here
        ar.load(t);
           ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:362:13: note: in instantiation of function template specialization 'boost::archive::load_access::load_primitive<boost::archive::binary_iarchive, boost::archive::version_type>' requested here
            load_access::load_primitive(ar, t);
            ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:439:9: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::load_primitive::invoke<boost::archive::version_type>' requested here
        typex::invoke(ar, t);
        ^
trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:592:5: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::binary_iarchive>::invoke<boost::archive::version_type>' requested here
    typex::invoke(ar, t);
    ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:66:9: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        archive::load(* this->This(), t);
        ^
trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:145:43: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::load_override<boost::archive::version_type>' requested here
            this->detail_common_iarchive::load_override(t, version);
                                          ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:50:47: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::load_override' requested here
        this->basic_binary_iarchive<Archive>::load_override(t, 0L);
                                              ^
trimmed_boost_1_52_0/boost/archive/detail/interface_iarchive.hpp:60:23: note: in instantiation of function template specialization 'boost::archive::binary_iarchive_impl<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_override<boost::archive::version_type>' requested here
        this->This()->load_override(t, 0);
                      ^
trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:45:24: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::binary_iarchive>::operator>><boost::archive::version_type>' requested here
        * this->This() >> t; 
                       ^
trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:81:9: note: in instantiation of member function 'boost::archive::detail::common_iarchive<boost::archive::binary_iarchive>::vload' requested here
        binary_iarchive_impl<
        ^
In file included from wsNode.cpp:10:
In file included from ./include/wsNode.hpp:10:
In file included from ./include/nodeProperties.hpp:11:
In file included from ./include/POPINDICES.hpp:15:
In file included from ./include/gate.hpp:14:
In file included from ./include/flowData.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
43 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/archive_exception.cpp -o trimmed_boost_1_52_0/libs/serialization/src/archive_exception.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/basic_archive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/basic_archive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_archive.cpp:35:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
4 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/basic_iarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/basic_iarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_iarchive.cpp:39:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
trimmed_boost_1_52_0/libs/serialization/src/basic_iarchive.cpp:283:55: warning: implicit conversion changes signedness: 'const int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
            const cobject_id & co = cobject_id_vector[j];
                                    ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜ ^
trimmed_boost_1_52_0/libs/serialization/src/basic_iarchive.cpp:297:21: warning: implicit conversion changes signedness: 'int_least16_t' (aka 'short') to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
    cobject_type co(cid, bis);
                 ˜˜ ^˜˜
trimmed_boost_1_52_0/libs/serialization/src/basic_iarchive.cpp:308:43: warning: implicit conversion changes signedness: 'const int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
    cobject_id & coid = cobject_id_vector[tid];
                        ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜ ^˜˜
trimmed_boost_1_52_0/libs/serialization/src/basic_iarchive.cpp:368:41: warning: implicit conversion changes signedness: 'const int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
    cobject_id & co = cobject_id_vector[i];
                      ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜ ^
trimmed_boost_1_52_0/libs/serialization/src/basic_iarchive.cpp:439:27: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
        cobject_id_vector[i].bpis_ptr = bpis_ptr;
        ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜ ^
trimmed_boost_1_52_0/libs/serialization/src/basic_iarchive.cpp:437:23: warning: unused variable 'new_cid' [-Wunused-variable]
        class_id_type new_cid = register_type(bpis_ptr->get_basic_serializer());
                      ^
trimmed_boost_1_52_0/libs/serialization/src/basic_iarchive.cpp:443:41: warning: implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long') [-Wsign-conversion]
    cobject_id & co = cobject_id_vector[i];
                      ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜ ^
trimmed_boost_1_52_0/libs/serialization/src/basic_iarchive.cpp:470:33: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'const unsigned int' [-Wshorten-64-to-32]
        const unsigned int ui = object_id_vector.size();
                           ˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
12 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/basic_iserializer.cpp -o trimmed_boost_1_52_0/libs/serialization/src/basic_iserializer.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_iserializer.cpp:14:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iserializer.hpp:22:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
4 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/basic_oarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/basic_oarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_oarchive.cpp:29:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
4 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/basic_oserializer.cpp -o trimmed_boost_1_52_0/libs/serialization/src/basic_oserializer.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_oserializer.cpp:14:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_oserializer.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
4 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/basic_pointer_iserializer.cpp -o trimmed_boost_1_52_0/libs/serialization/src/basic_pointer_iserializer.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/basic_pointer_oserializer.cpp -o trimmed_boost_1_52_0/libs/serialization/src/basic_pointer_oserializer.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/basic_serializer_map.cpp -o trimmed_boost_1_52_0/libs/serialization/src/basic_serializer_map.o
trimmed_boost_1_52_0/libs/serialization/src/basic_serializer_map.cpp:46:47: warning: unused variable 'result' [-Wunused-variable]
    const std::pair<map_type::iterator, bool> result =
                                              ^
1 warning generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/basic_text_iprimitive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/basic_text_iprimitive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_text_iprimitive.cpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_text_iprimitive.ipp:24:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/libs/serialization/src/basic_text_iprimitive.cpp:25:16: note: in instantiation of member function 'boost::archive::basic_text_iprimitive<std::basic_istream<char> >::load' requested here
template class basic_text_iprimitive<std::istream> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_text_iprimitive.cpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_text_iprimitive.ipp:24:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/libs/serialization/src/basic_text_iprimitive.cpp:25:16: note: in instantiation of member function 'boost::archive::basic_text_iprimitive<std::basic_istream<char> >::load' requested here
template class basic_text_iprimitive<std::istream> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_text_iprimitive.cpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_text_iprimitive.ipp:24:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/libs/serialization/src/basic_text_iprimitive.cpp:25:16: note: in instantiation of member function 'boost::archive::basic_text_iprimitive<std::basic_istream<char> >::load' requested here
template class basic_text_iprimitive<std::istream> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_text_iprimitive.cpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_text_iprimitive.ipp:31:
trimmed_boost_1_52_0/boost/archive/iterators/transform_width.hpp:149:35: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
        unsigned int j = m_buffer >> (bcount - i);
                     ˜   ˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/archive/iterators/transform_width.hpp:73:31: note: in instantiation of member function 'boost::archive::iterators::transform_width<boost::archive::iterators::binary_from_base64<boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<char> >, char>, 8, 6, char>::fill' requested here
            m_current_value = fill();
                              ^
trimmed_boost_1_52_0/boost/archive/iterators/transform_width.hpp:80:44: note: in instantiation of member function 'boost::archive::iterators::transform_width<boost::archive::iterators::binary_from_base64<boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<char> >, char>, 8, 6, char>::dereference_impl' requested here
        return const_cast<this_t *>(this)->dereference_impl();
                                           ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:514:20: note: in instantiation of member function 'boost::archive::iterators::transform_width<boost::archive::iterators::binary_from_base64<boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<char> >, char>, 8, 6, char>::dereference' requested here
          return f.dereference();
                   ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:639:18: note: in instantiation of function template specialization 'boost::iterator_core_access::dereference<boost::archive::iterators::transform_width<boost::archive::iterators::binary_from_base64<boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<char> >, char>, 8, 6, char> >' requested here
          return iterator_core_access::dereference(this->derived());
                 ^
trimmed_boost_1_52_0/boost/archive/impl/basic_text_iprimitive.ipp:100:38: note: in instantiation of member function 'boost::iterator_facade<boost::archive::iterators::transform_width<boost::archive::iterators::binary_from_base64<boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<char> >, char>, 8, 6, char>, char, boost::single_pass_traversal_tag, char, long>::operator*' requested here
        *caddr++ = static_cast<char>(*ti_begin);
                                     ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_text_iprimitive.cpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_text_iprimitive.ipp:28:
trimmed_boost_1_52_0/boost/archive/iterators/remove_whitespace.hpp:114:33: warning: implicit conversion changes signedness: 'reference' (aka 'char') to 'unsigned char' [-Wsign-conversion]
            while(! m_predicate(* this->base_reference()))
                    ˜˜˜˜˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/archive/iterators/remove_whitespace.hpp:122:44: note: in instantiation of member function 'boost::archive::iterators::filter_iterator<<anonymous>::remove_whitespace_predicate<char>, boost::archive::iterators::istream_iterator<char> >::dereference_impl' requested here
        return const_cast<this_t *>(this)->dereference_impl();
                                           ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:514:20: note: in instantiation of member function 'boost::archive::iterators::filter_iterator<<anonymous>::remove_whitespace_predicate<char>, boost::archive::iterators::istream_iterator<char> >::dereference' requested here
          return f.dereference();
                   ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:639:18: note: in instantiation of function template specialization 'boost::iterator_core_access::dereference<boost::archive::iterators::filter_iterator<<anonymous>::remove_whitespace_predicate<char>, boost::archive::iterators::istream_iterator<char> > >' requested here
          return iterator_core_access::dereference(this->derived());
                 ^
trimmed_boost_1_52_0/boost/iterator/transform_iterator.hpp:121:18: note: in instantiation of member function 'boost::iterator_facade<boost::archive::iterators::filter_iterator<<anonymous>::remove_whitespace_predicate<char>, boost::archive::iterators::istream_iterator<char> >, char, boost::single_pass_traversal_tag, char, long>::operator*' requested here
    { return m_f(*this->base()); }
                 ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:514:20: note: in instantiation of member function 'boost::transform_iterator<boost::archive::iterators::detail::to_6_bit<char>, boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<char> >, boost::use_default, boost::use_default>::dereference' requested here
          return f.dereference();
                   ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:639:18: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
          return iterator_core_access::dereference(this->derived());
                 ^
trimmed_boost_1_52_0/boost/archive/iterators/transform_width.hpp:73:31: note: in instantiation of member function 'boost::archive::iterators::transform_width<boost::archive::iterators::binary_from_base64<boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<char> >, char>, 8, 6, char>::fill' requested here
            m_current_value = fill();
                              ^
trimmed_boost_1_52_0/boost/archive/iterators/transform_width.hpp:80:44: note: in instantiation of member function 'boost::archive::iterators::transform_width<boost::archive::iterators::binary_from_base64<boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<char> >, char>, 8, 6, char>::dereference_impl' requested here
        return const_cast<this_t *>(this)->dereference_impl();
                                           ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:514:20: note: in instantiation of member function 'boost::archive::iterators::transform_width<boost::archive::iterators::binary_from_base64<boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<char> >, char>, 8, 6, char>::dereference' requested here
          return f.dereference();
                   ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:639:18: note: in instantiation of function template specialization 'boost::iterator_core_access::dereference<boost::archive::iterators::transform_width<boost::archive::iterators::binary_from_base64<boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<char> >, char>, 8, 6, char> >' requested here
          return iterator_core_access::dereference(this->derived());
                 ^
trimmed_boost_1_52_0/boost/archive/impl/basic_text_iprimitive.ipp:100:38: note: in instantiation of member function 'boost::iterator_facade<boost::archive::iterators::transform_width<boost::archive::iterators::binary_from_base64<boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<char> >, char>, 8, 6, char>, char, boost::single_pass_traversal_tag, char, long>::operator*' requested here
        *caddr++ = static_cast<char>(*ti_begin);
                                     ^
trimmed_boost_1_52_0/boost/archive/impl/basic_text_iprimitive.ipp:47:10: warning: unused function 'is_whitespace' [-Wunused-function]
    bool is_whitespace(wchar_t t){
         ^
9 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/basic_text_oprimitive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/basic_text_oprimitive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_text_oprimitive.cpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_text_oprimitive.ipp:20:
trimmed_boost_1_52_0/boost/archive/iterators/transform_width.hpp:149:35: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
        unsigned int j = m_buffer >> (bcount - i);
                     ˜   ˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/archive/iterators/transform_width.hpp:73:31: note: in instantiation of member function 'boost::archive::iterators::transform_width<const char *, 6, 8, char>::fill' requested here
            m_current_value = fill();
                              ^
trimmed_boost_1_52_0/boost/archive/iterators/transform_width.hpp:80:44: note: in instantiation of member function 'boost::archive::iterators::transform_width<const char *, 6, 8, char>::dereference_impl' requested here
        return const_cast<this_t *>(this)->dereference_impl();
                                           ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:514:20: note: in instantiation of member function 'boost::archive::iterators::transform_width<const char *, 6, 8, char>::dereference' requested here
          return f.dereference();
                   ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:639:18: note: in instantiation of function template specialization 'boost::iterator_core_access::dereference<boost::archive::iterators::transform_width<const char *, 6, 8, char> >' requested here
          return iterator_core_access::dereference(this->derived());
                 ^
trimmed_boost_1_52_0/boost/iterator/transform_iterator.hpp:121:18: note: in instantiation of member function 'boost::iterator_facade<boost::archive::iterators::transform_width<const char *, 6, 8, char>, char, boost::single_pass_traversal_tag, char, long>::operator*' requested here
    { return m_f(*this->base()); }
                 ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:514:20: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
          return f.dereference();
                   ^
/usr/include/c++/4.2.1/bits/stl_algobase.h:268:18: note: in instantiation of member function 'boost::iterator_facade<boost::archive::iterators::insert_linebreaks<boost::archive::iterators::base64_from_binary<boost::archive::iterators::transform_width<const char *, 6, 8, char>, char>, 72, const char>, const char, boost::single_pass_traversal_tag, const char, long>::operator*' requested here
            *__result = *__first;
                        ^
/usr/include/c++/4.2.1/bits/stl_algobase.h:315:14: note: in instantiation of function template specialization 'std::__copy<false, std::input_iterator_tag>::copy<boost::archive::iterators::insert_linebreaks<boost::archive::iterators::base64_from_binary<boost::archive::iterators::transform_width<const char *, 6, 8, char>, char>, 72, const char>, boost::archive::iterators::ostream_iterator<char> >' requested here
      return std::__copy<__simple, _Category>::copy(__first, __last, __result);
             ^
/usr/include/c++/4.2.1/bits/stl_algobase.h:340:18: note: in instantiation of function template specialization 'std::__copy_aux<boost::archive::iterators::insert_linebreaks<boost::archive::iterators::base64_from_binary<boost::archive::iterators::transform_width<const char *, 6, 8, char>, char>, 72, const char>, boost::archive::iterators::ostream_iterator<char> >' requested here
        { return std::__copy_aux(__first, __last, __result); }
                 ^
/usr/include/c++/4.2.1/bits/stl_algobase.h:400:15: note: in instantiation of function template specialization 'std::__copy_normal<false, false>::__copy_n<boost::archive::iterators::insert_linebreaks<boost::archive::iterators::base64_from_binary<boost::archive::iterators::transform_width<const char *, 6, 8, char>, char>, 72, const char>, boost::archive::iterators::ostream_iterator<char> >' requested here
       return std::__copy_normal<__in, __out>::__copy_n(__first, __last,
              ^
trimmed_boost_1_52_0/boost/archive/impl/basic_text_oprimitive.ipp:60:5: note: in instantiation of function template specialization 'std::copy<boost::archive::iterators::insert_linebreaks<boost::archive::iterators::base64_from_binary<boost::archive::iterators::transform_width<const char *, 6, 8, char>, char>, 72, const char>, boost::archive::iterators::ostream_iterator<char> >' requested here
    std::copy(
    ^
1 warning generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/basic_text_wiprimitive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/basic_text_wiprimitive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_text_wiprimitive.cpp:25:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_text_iprimitive.ipp:24:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/libs/serialization/src/basic_text_wiprimitive.cpp:30:16: note: in instantiation of member function 'boost::archive::basic_text_iprimitive<std::basic_istream<wchar_t> >::load' requested here
template class basic_text_iprimitive<std::wistream> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_text_wiprimitive.cpp:25:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_text_iprimitive.ipp:24:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/libs/serialization/src/basic_text_wiprimitive.cpp:30:16: note: in instantiation of member function 'boost::archive::basic_text_iprimitive<std::basic_istream<wchar_t> >::load' requested here
template class basic_text_iprimitive<std::wistream> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_text_wiprimitive.cpp:25:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_text_iprimitive.ipp:24:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/libs/serialization/src/basic_text_wiprimitive.cpp:30:16: note: in instantiation of member function 'boost::archive::basic_text_iprimitive<std::basic_istream<wchar_t> >::load' requested here
template class basic_text_iprimitive<std::wistream> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_text_wiprimitive.cpp:25:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_text_iprimitive.ipp:31:
trimmed_boost_1_52_0/boost/archive/iterators/transform_width.hpp:149:35: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
        unsigned int j = m_buffer >> (bcount - i);
                     ˜   ˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/archive/iterators/transform_width.hpp:73:31: note: in instantiation of member function 'boost::archive::iterators::transform_width<boost::archive::iterators::binary_from_base64<boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<wchar_t> >, wchar_t>, 8, 6, wchar_t>::fill' requested here
            m_current_value = fill();
                              ^
trimmed_boost_1_52_0/boost/archive/iterators/transform_width.hpp:80:44: note: in instantiation of member function 'boost::archive::iterators::transform_width<boost::archive::iterators::binary_from_base64<boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<wchar_t> >, wchar_t>, 8, 6, wchar_t>::dereference_impl' requested here
        return const_cast<this_t *>(this)->dereference_impl();
                                           ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:514:20: note: in instantiation of member function 'boost::archive::iterators::transform_width<boost::archive::iterators::binary_from_base64<boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<wchar_t> >, wchar_t>, 8, 6, wchar_t>::dereference' requested here
          return f.dereference();
                   ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:639:18: note: in instantiation of function template specialization 'boost::iterator_core_access::dereference<boost::archive::iterators::transform_width<boost::archive::iterators::binary_from_base64<boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<wchar_t> >, wchar_t>, 8, 6, wchar_t> >' requested here
          return iterator_core_access::dereference(this->derived());
                 ^
trimmed_boost_1_52_0/boost/archive/impl/basic_text_iprimitive.ipp:100:38: note: in instantiation of member function 'boost::iterator_facade<boost::archive::iterators::transform_width<boost::archive::iterators::binary_from_base64<boost::archive::iterators::remove_whitespace<boost::archive::iterators::istream_iterator<wchar_t> >, wchar_t>, 8, 6, wchar_t>, wchar_t, boost::single_pass_traversal_tag, wchar_t, long>::operator*' requested here
        *caddr++ = static_cast<char>(*ti_begin);
                                     ^
trimmed_boost_1_52_0/boost/archive/impl/basic_text_iprimitive.ipp:41:10: warning: unused function 'is_whitespace' [-Wunused-function]
    bool is_whitespace(char t){
         ^
8 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/basic_text_woprimitive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/basic_text_woprimitive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_text_woprimitive.cpp:25:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_text_oprimitive.ipp:20:
trimmed_boost_1_52_0/boost/archive/iterators/transform_width.hpp:149:35: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
        unsigned int j = m_buffer >> (bcount - i);
                     ˜   ˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/archive/iterators/transform_width.hpp:73:31: note: in instantiation of member function 'boost::archive::iterators::transform_width<const char *, 6, 8, char>::fill' requested here
            m_current_value = fill();
                              ^
trimmed_boost_1_52_0/boost/archive/iterators/transform_width.hpp:80:44: note: in instantiation of member function 'boost::archive::iterators::transform_width<const char *, 6, 8, char>::dereference_impl' requested here
        return const_cast<this_t *>(this)->dereference_impl();
                                           ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:514:20: note: in instantiation of member function 'boost::archive::iterators::transform_width<const char *, 6, 8, char>::dereference' requested here
          return f.dereference();
                   ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:639:18: note: in instantiation of function template specialization 'boost::iterator_core_access::dereference<boost::archive::iterators::transform_width<const char *, 6, 8, char> >' requested here
          return iterator_core_access::dereference(this->derived());
                 ^
trimmed_boost_1_52_0/boost/iterator/transform_iterator.hpp:121:18: note: in instantiation of member function 'boost::iterator_facade<boost::archive::iterators::transform_width<const char *, 6, 8, char>, char, boost::single_pass_traversal_tag, char, long>::operator*' requested here
    { return m_f(*this->base()); }
                 ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:514:20: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
          return f.dereference();
                   ^
/usr/include/c++/4.2.1/bits/stl_algobase.h:268:18: note: in instantiation of member function 'boost::iterator_facade<boost::archive::iterators::insert_linebreaks<boost::archive::iterators::base64_from_binary<boost::archive::iterators::transform_width<const char *, 6, 8, char>, char>, 72, const char>, const char, boost::single_pass_traversal_tag, const char, long>::operator*' requested here
            *__result = *__first;
                        ^
/usr/include/c++/4.2.1/bits/stl_algobase.h:315:14: note: in instantiation of function template specialization 'std::__copy<false, std::input_iterator_tag>::copy<boost::archive::iterators::insert_linebreaks<boost::archive::iterators::base64_from_binary<boost::archive::iterators::transform_width<const char *, 6, 8, char>, char>, 72, const char>, boost::archive::iterators::ostream_iterator<wchar_t> >' requested here
      return std::__copy<__simple, _Category>::copy(__first, __last, __result);
             ^
/usr/include/c++/4.2.1/bits/stl_algobase.h:340:18: note: in instantiation of function template specialization 'std::__copy_aux<boost::archive::iterators::insert_linebreaks<boost::archive::iterators::base64_from_binary<boost::archive::iterators::transform_width<const char *, 6, 8, char>, char>, 72, const char>, boost::archive::iterators::ostream_iterator<wchar_t> >' requested here
        { return std::__copy_aux(__first, __last, __result); }
                 ^
/usr/include/c++/4.2.1/bits/stl_algobase.h:400:15: note: in instantiation of function template specialization 'std::__copy_normal<false, false>::__copy_n<boost::archive::iterators::insert_linebreaks<boost::archive::iterators::base64_from_binary<boost::archive::iterators::transform_width<const char *, 6, 8, char>, char>, 72, const char>, boost::archive::iterators::ostream_iterator<wchar_t> >' requested here
       return std::__copy_normal<__in, __out>::__copy_n(__first, __last,
              ^
trimmed_boost_1_52_0/boost/archive/impl/basic_text_oprimitive.ipp:60:5: note: in instantiation of function template specialization 'std::copy<boost::archive::iterators::insert_linebreaks<boost::archive::iterators::base64_from_binary<boost::archive::iterators::transform_width<const char *, 6, 8, char>, char>, 72, const char>, boost::archive::iterators::ostream_iterator<wchar_t> >' requested here
    std::copy(
    ^
1 warning generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/basic_xml_archive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/basic_xml_archive.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/binary_iarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/binary_iarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_iarchive.cpp:14:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:30:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_iarchive.cpp:19:
trimmed_boost_1_52_0/boost/archive/impl/basic_binary_iarchive.ipp:110:67: warning: implicit conversion changes signedness: 'int' to 'const unsigned int' [-Wsign-conversion]
        input_library_version = static_cast<library_version_type>(v);
                                ˜˜˜˜˜˜˜˜˜˜˜                       ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_iarchive.cpp:14:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/libs/serialization/src/binary_iarchive.cpp:26:16: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
template class basic_binary_iprimitive<
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_iarchive.cpp:14:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_iarchive.cpp:19:
trimmed_boost_1_52_0/boost/archive/impl/basic_binary_iarchive.ipp:110:67: warning: implicit conversion changes signedness: 'int' to 'const unsigned int' [-Wsign-conversion]
        input_library_version = static_cast<library_version_type>(v);
                                ˜˜˜˜˜˜˜˜˜˜˜                       ^
trimmed_boost_1_52_0/libs/serialization/src/binary_iarchive.cpp:31:16: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_iarchive>::init' requested here
template class basic_binary_iarchive<naked_binary_iarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_iarchive.cpp:14:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/libs/serialization/src/binary_iarchive.cpp:40:16: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_iarchive, char, std::char_traits<char> >::load_binary' requested here
template class basic_binary_iprimitive<
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_iarchive.cpp:14:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive.hpp:20:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_iarchive.cpp:19:
trimmed_boost_1_52_0/boost/archive/impl/basic_binary_iarchive.ipp:110:67: warning: implicit conversion changes signedness: 'int' to 'const unsigned int' [-Wsign-conversion]
        input_library_version = static_cast<library_version_type>(v);
                                ˜˜˜˜˜˜˜˜˜˜˜                       ^
trimmed_boost_1_52_0/libs/serialization/src/binary_iarchive.cpp:45:16: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::init' requested here
template class basic_binary_iarchive<binary_iarchive> ;
               ^
11 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/binary_oarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/binary_oarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_oarchive.cpp:14:
In file included from trimmed_boost_1_52_0/boost/archive/binary_oarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:34:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_oarchive.hpp:28:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
4 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/binary_wiarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/binary_wiarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_wiarchive.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/binary_wiarchive.hpp:25:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:22:
In file included from trimmed_boost_1_52_0/boost/archive/basic_binary_iarchive.hpp:30:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_wiarchive.cpp:24:
trimmed_boost_1_52_0/boost/archive/impl/basic_binary_iarchive.ipp:110:67: warning: implicit conversion changes signedness: 'int' to 'const unsigned int' [-Wsign-conversion]
        input_library_version = static_cast<library_version_type>(v);
                                ˜˜˜˜˜˜˜˜˜˜˜                       ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_wiarchive.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/binary_wiarchive.hpp:25:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/libs/serialization/src/binary_wiarchive.cpp:30:16: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::naked_binary_wiarchive, wchar_t, std::char_traits<wchar_t> >::load_binary' requested here
template class basic_binary_iprimitive<
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_wiarchive.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/binary_wiarchive.hpp:25:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_wiarchive.cpp:24:
trimmed_boost_1_52_0/boost/archive/impl/basic_binary_iarchive.ipp:110:67: warning: implicit conversion changes signedness: 'int' to 'const unsigned int' [-Wsign-conversion]
        input_library_version = static_cast<library_version_type>(v);
                                ˜˜˜˜˜˜˜˜˜˜˜                       ^
trimmed_boost_1_52_0/libs/serialization/src/binary_wiarchive.cpp:35:16: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::naked_binary_wiarchive>::init' requested here
template class basic_binary_iarchive<naked_binary_wiarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_wiarchive.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/binary_wiarchive.hpp:25:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:60: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'unsigned long' [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
                                                         ˜ ^
trimmed_boost_1_52_0/libs/serialization/src/binary_wiarchive.cpp:44:16: note: in instantiation of member function 'boost::archive::basic_binary_iprimitive<boost::archive::binary_wiarchive, wchar_t, std::char_traits<wchar_t> >::load_binary' requested here
template class basic_binary_iprimitive<
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_wiarchive.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/binary_wiarchive.hpp:25:
In file included from trimmed_boost_1_52_0/boost/archive/binary_iarchive_impl.hpp:21:
trimmed_boost_1_52_0/boost/archive/basic_binary_iprimitive.hpp:181:68: warning: implicit conversion changes signedness: 'std::streamsize' (aka 'long') to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        std::memcpy(static_cast<char*>(address) + (count - s), &t, s);
        ˜˜˜                                                        ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_wiarchive.cpp:24:
trimmed_boost_1_52_0/boost/archive/impl/basic_binary_iarchive.ipp:110:67: warning: implicit conversion changes signedness: 'int' to 'const unsigned int' [-Wsign-conversion]
        input_library_version = static_cast<library_version_type>(v);
                                ˜˜˜˜˜˜˜˜˜˜˜                       ^
trimmed_boost_1_52_0/libs/serialization/src/binary_wiarchive.cpp:49:16: note: in instantiation of member function 'boost::archive::basic_binary_iarchive<boost::archive::binary_wiarchive>::init' requested here
template class basic_binary_iarchive<binary_wiarchive> ;
               ^
11 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/binary_woarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/binary_woarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/binary_woarchive.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/binary_woarchive.hpp:25:
In file included from trimmed_boost_1_52_0/boost/archive/binary_oarchive_impl.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/basic_binary_oarchive.hpp:34:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_oarchive.hpp:28:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
4 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/codecvt_null.cpp -o trimmed_boost_1_52_0/libs/serialization/src/codecvt_null.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/extended_type_info.cpp -o trimmed_boost_1_52_0/libs/serialization/src/extended_type_info.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/extended_type_info_no_rtti.cpp -o trimmed_boost_1_52_0/libs/serialization/src/extended_type_info_no_rtti.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/extended_type_info_typeid.cpp -o trimmed_boost_1_52_0/libs/serialization/src/extended_type_info_typeid.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/polymorphic_iarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/polymorphic_iarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/polymorphic_iarchive.cpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/polymorphic_iarchive.hpp:33:
In file included from trimmed_boost_1_52_0/boost/archive/detail/iserializer.hpp:87:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
4 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/polymorphic_oarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/polymorphic_oarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/polymorphic_oarchive.cpp:19:
In file included from trimmed_boost_1_52_0/boost/archive/polymorphic_oarchive.hpp:32:
In file included from trimmed_boost_1_52_0/boost/archive/detail/oserializer.hpp:63:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_oarchive.hpp:28:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
4 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/shared_ptr_helper.cpp -o trimmed_boost_1_52_0/libs/serialization/src/shared_ptr_helper.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/stl_port.cpp -o trimmed_boost_1_52_0/libs/serialization/src/stl_port.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:16:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:16:
In file included from trimmed_boost_1_52_0/boost/archive/text_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:22:
trimmed_boost_1_52_0/boost/archive/impl/text_iarchive_impl.ipp:39:16: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'streamsize' (aka 'long') [-Wsign-conversion]
    is.read(s, size);
    ˜˜         ^˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:29:16: note: in instantiation of member function 'boost::archive::text_iarchive_impl<boost::archive::naked_text_iarchive>::load' requested here
template class text_iarchive_impl<naked_text_iarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:22:
trimmed_boost_1_52_0/boost/archive/impl/text_iarchive_impl.ipp:70:47: warning: implicit conversion changes signedness: 'unsigned long' to 'streamsize' (aka 'long') [-Wsign-conversion]
    is.read((char *)ws, size * sizeof(wchar_t)/sizeof(char));
    ˜˜                  ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:29:16: note: in instantiation of member function 'boost::archive::text_iarchive_impl<boost::archive::naked_text_iarchive>::load' requested here
template class text_iarchive_impl<naked_text_iarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:22:
trimmed_boost_1_52_0/boost/archive/impl/text_iarchive_impl.ipp:57:32: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'streamsize' (aka 'long') [-Wsign-conversion]
        is.read(&(*s.begin()), size);
        ˜˜                     ^˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:29:16: note: in instantiation of member function 'boost::archive::text_iarchive_impl<boost::archive::naked_text_iarchive>::load' requested here
template class text_iarchive_impl<naked_text_iarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:22:
trimmed_boost_1_52_0/boost/archive/impl/text_iarchive_impl.ipp:89:54: warning: implicit conversion changes signedness: 'unsigned long' to 'streamsize' (aka 'long') [-Wsign-conversion]
    is.read((char *)ws.data(), size * sizeof(wchar_t)/sizeof(char));
    ˜˜                         ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:29:16: note: in instantiation of member function 'boost::archive::text_iarchive_impl<boost::archive::naked_text_iarchive>::load' requested here
template class text_iarchive_impl<naked_text_iarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:22:
trimmed_boost_1_52_0/boost/archive/impl/text_iarchive_impl.ipp:39:16: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'streamsize' (aka 'long') [-Wsign-conversion]
    is.read(s, size);
    ˜˜         ^˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:33:16: note: in instantiation of member function 'boost::archive::text_iarchive_impl<boost::archive::text_iarchive>::load' requested here
template class text_iarchive_impl<text_iarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:22:
trimmed_boost_1_52_0/boost/archive/impl/text_iarchive_impl.ipp:70:47: warning: implicit conversion changes signedness: 'unsigned long' to 'streamsize' (aka 'long') [-Wsign-conversion]
    is.read((char *)ws, size * sizeof(wchar_t)/sizeof(char));
    ˜˜                  ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:33:16: note: in instantiation of member function 'boost::archive::text_iarchive_impl<boost::archive::text_iarchive>::load' requested here
template class text_iarchive_impl<text_iarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:22:
trimmed_boost_1_52_0/boost/archive/impl/text_iarchive_impl.ipp:57:32: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'streamsize' (aka 'long') [-Wsign-conversion]
        is.read(&(*s.begin()), size);
        ˜˜                     ^˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:33:16: note: in instantiation of member function 'boost::archive::text_iarchive_impl<boost::archive::text_iarchive>::load' requested here
template class text_iarchive_impl<text_iarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:22:
trimmed_boost_1_52_0/boost/archive/impl/text_iarchive_impl.ipp:89:54: warning: implicit conversion changes signedness: 'unsigned long' to 'streamsize' (aka 'long') [-Wsign-conversion]
    is.read((char *)ws.data(), size * sizeof(wchar_t)/sizeof(char));
    ˜˜                         ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.cpp:33:16: note: in instantiation of member function 'boost::archive::text_iarchive_impl<boost::archive::text_iarchive>::load' requested here
template class text_iarchive_impl<text_iarchive> ;
               ^
15 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/text_oarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/text_oarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_oarchive.cpp:16:
In file included from trimmed_boost_1_52_0/boost/archive/text_oarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_oarchive.hpp:32:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_oarchive.hpp:28:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_oarchive.cpp:22:
trimmed_boost_1_52_0/boost/archive/impl/text_oarchive_impl.ipp:69:51: warning: implicit conversion changes signedness: 'unsigned long' to 'streamsize' (aka 'long') [-Wsign-conversion]
    os.write((const char *)ws, l * sizeof(wchar_t)/sizeof(char));
    ˜˜                         ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_oarchive.cpp:30:16: note: in instantiation of member function 'boost::archive::text_oarchive_impl<boost::archive::text_oarchive>::save' requested here
template class text_oarchive_impl<text_oarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_oarchive.cpp:22:
trimmed_boost_1_52_0/boost/archive/impl/text_oarchive_impl.ipp:81:60: warning: implicit conversion changes signedness: 'unsigned long' to 'streamsize' (aka 'long') [-Wsign-conversion]
    os.write((const char *)(ws.data()), l * sizeof(wchar_t)/sizeof(char));
    ˜˜                                  ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_oarchive.cpp:30:16: note: in instantiation of member function 'boost::archive::text_oarchive_impl<boost::archive::text_oarchive>::save' requested here
template class text_oarchive_impl<text_oarchive> ;
               ^
6 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/text_wiarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/text_wiarchive.hpp:28:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_iarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.cpp:24:
trimmed_boost_1_52_0/boost/archive/impl/text_wiarchive_impl.ipp:60:14: warning: implicit conversion loses integer precision: 'int' to 'char' [-Wconversion]
        s += x;
        ˜    ^
trimmed_boost_1_52_0/boost/archive/impl/text_wiarchive_impl.ipp:74:16: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'streamsize' (aka 'long') [-Wsign-conversion]
    is.read(s, size);
    ˜˜         ^˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.cpp:31:16: note: in instantiation of member function 'boost::archive::text_wiarchive_impl<boost::archive::naked_text_wiarchive>::load' requested here
template class text_wiarchive_impl<naked_text_wiarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.cpp:24:
trimmed_boost_1_52_0/boost/archive/impl/text_wiarchive_impl.ipp:60:14: warning: implicit conversion loses integer precision: 'int' to 'char' [-Wconversion]
        s += x;
        ˜    ^
trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.cpp:31:16: note: in instantiation of member function 'boost::archive::text_wiarchive_impl<boost::archive::naked_text_wiarchive>::load' requested here
template class text_wiarchive_impl<naked_text_wiarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.cpp:24:
trimmed_boost_1_52_0/boost/archive/impl/text_wiarchive_impl.ipp:95:47: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'streamsize' (aka 'long') [-Wsign-conversion]
    is.read(const_cast<wchar_t *>(ws.data()), size);
    ˜˜                                        ^˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.cpp:31:16: note: in instantiation of member function 'boost::archive::text_wiarchive_impl<boost::archive::naked_text_wiarchive>::load' requested here
template class text_wiarchive_impl<naked_text_wiarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.cpp:24:
trimmed_boost_1_52_0/boost/archive/impl/text_wiarchive_impl.ipp:74:16: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'streamsize' (aka 'long') [-Wsign-conversion]
    is.read(s, size);
    ˜˜         ^˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.cpp:35:16: note: in instantiation of member function 'boost::archive::text_wiarchive_impl<boost::archive::text_wiarchive>::load' requested here
template class text_wiarchive_impl<text_wiarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.cpp:24:
trimmed_boost_1_52_0/boost/archive/impl/text_wiarchive_impl.ipp:60:14: warning: implicit conversion loses integer precision: 'int' to 'char' [-Wconversion]
        s += x;
        ˜    ^
trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.cpp:35:16: note: in instantiation of member function 'boost::archive::text_wiarchive_impl<boost::archive::text_wiarchive>::load' requested here
template class text_wiarchive_impl<text_wiarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.cpp:24:
trimmed_boost_1_52_0/boost/archive/impl/text_wiarchive_impl.ipp:95:47: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'streamsize' (aka 'long') [-Wsign-conversion]
    is.read(const_cast<wchar_t *>(ws.data()), size);
    ˜˜                                        ^˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.cpp:35:16: note: in instantiation of member function 'boost::archive::text_wiarchive_impl<boost::archive::text_wiarchive>::load' requested here
template class text_wiarchive_impl<text_wiarchive> ;
               ^
14 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/text_woarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/text_woarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_woarchive.cpp:17:
In file included from trimmed_boost_1_52_0/boost/archive/text_woarchive.hpp:36:
In file included from trimmed_boost_1_52_0/boost/archive/basic_text_oarchive.hpp:32:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_oarchive.hpp:28:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_woarchive.cpp:23:
trimmed_boost_1_52_0/boost/archive/impl/text_woarchive_impl.ipp:65:18: warning: implicit conversion changes signedness: 'const std::size_t' (aka 'const unsigned long') to 'streamsize' (aka 'long') [-Wsign-conversion]
    os.write(ws, size);
    ˜˜           ^˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_woarchive.cpp:30:16: note: in instantiation of member function 'boost::archive::text_woarchive_impl<boost::archive::text_woarchive>::save' requested here
template class text_woarchive_impl<text_woarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/text_woarchive.cpp:23:
trimmed_boost_1_52_0/boost/archive/impl/text_woarchive_impl.ipp:77:25: warning: implicit conversion changes signedness: 'const std::size_t' (aka 'const unsigned long') to 'streamsize' (aka 'long') [-Wsign-conversion]
    os.write(ws.data(), size);
    ˜˜                  ^˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/text_woarchive.cpp:30:16: note: in instantiation of member function 'boost::archive::text_woarchive_impl<boost::archive::text_woarchive>::save' requested here
template class text_woarchive_impl<text_woarchive> ;
               ^
6 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/utf8_codecvt_facet.cpp -o trimmed_boost_1_52_0/libs/serialization/src/utf8_codecvt_facet.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/utf8_codecvt_facet.cpp:15:
In file included from trimmed_boost_1_52_0/boost/detail/utf8_codecvt_facet.ipp:13:
trimmed_boost_1_52_0/boost/detail/utf8_codecvt_facet.hpp:171:17: warning: 'boost::archive::detail::utf8_codecvt_facet::do_length' hides overloaded virtual function [-Woverloaded-virtual]
    virtual int do_length(
                ^
/usr/include/c++/4.2.1/bits/codecvt.h:442:11: note: hidden overloaded virtual function 'std::codecvt<wchar_t, char, __mbstate_t>::do_length' declared here
      int do_length(state_type&, const extern_type* __from,
          ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/utf8_codecvt_facet.cpp:15:
trimmed_boost_1_52_0/boost/detail/utf8_codecvt_facet.ipp:54:35: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion]
        if (invalid_leading_octet(*from)){
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜ ^˜˜˜˜
trimmed_boost_1_52_0/boost/detail/utf8_codecvt_facet.ipp:62:40: warning: implicit conversion changes signedness: 'unsigned int' to 'const int' [-Wsign-conversion]
        const   int cont_octet_count = get_cont_octet_count(*from);
                    ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/detail/utf8_codecvt_facet.ipp:62:61: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion]
        const   int cont_octet_count = get_cont_octet_count(*from);
                                       ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜ ^˜˜˜˜
trimmed_boost_1_52_0/boost/detail/utf8_codecvt_facet.ipp:80:42: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion]
            if (invalid_continuing_octet(*from)) {
                ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜ ^˜˜˜˜
trimmed_boost_1_52_0/boost/detail/utf8_codecvt_facet.ipp:199:29: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
        last_octet_count = (get_octet_count(*from_next));
                         ˜  ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/detail/utf8_codecvt_facet.ipp:199:45: warning: implicit conversion changes signedness: 'const char' to 'unsigned char' [-Wsign-conversion]
        last_octet_count = (get_octet_count(*from_next));
                            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜ ^˜˜˜˜˜˜˜˜˜
7 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/void_cast.cpp -o trimmed_boost_1_52_0/libs/serialization/src/void_cast.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/xml_archive_exception.cpp -o trimmed_boost_1_52_0/libs/serialization/src/xml_archive_exception.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/xml_grammar.cpp -o trimmed_boost_1_52_0/libs/serialization/src/xml_grammar.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_grammar.cpp:16:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/match.hpp:184:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:23:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_), val() {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:27:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_), val(val_) {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:70:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_) {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:73:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_) {}
         ˜^˜˜˜˜˜˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_grammar.cpp:16:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:61:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_grammar.cpp:16:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:223:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/parser.ipp:32:49: warning: implicit conversion changes signedness: 'std::ptrdiff_t' (aka 'long') to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            first, hit, hit && (first == last), hit.length());
                                                ^˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:210:18: note: in instantiation of function template specialization 'boost::spirit::classic::parse<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >' requested here
        result = boost::spirit::classic::parse(arg.begin(), arg.end(), rule_);
                 ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_grammar.cpp:16:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/match.hpp:184:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:27:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_), val(val_) {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:88:20: note: in instantiation of member function 'boost::spirit::classic::match<char>::match' requested here
            return match<AttrT>(length, val);
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/primitives.hpp:61:33: note: in instantiation of function template specialization 'boost::spirit::classic::match_policy::create_match<char, __gnu_cxx::__normal_iterator<char *, std::basic_string<char> > >' requested here
                    return scan.create_match(1, ch, save, scan.first);
                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/positive.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::char_parser<boost::spirit::classic::chset<char> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            result_t hit = this->subject().parse(scan);
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::positive<boost::spirit::classic::chset<char> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::positive<boost::spirit::classic::chset<char> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:244:7: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::positive<boost::spirit::classic::chset<char> > >' requested here
    S =
      ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_grammar.cpp:16:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:59:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_chset.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/utility/chset.hpp:15:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/primitives.hpp:16:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:16:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/skipper.hpp:16:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/primitives.ipp:63:41: warning: implicit conversion changes signedness: 'long' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            std::size_t slen = str_last - str_first;
                        ˜˜˜˜   ˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/primitives.hpp:199:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::string_parser_parse<boost::spirit::classic::match<boost::spirit::classic::nil_t>, const char *, const boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::string_parser_parse<result_t>(
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:76:22: note: in instantiation of function template specialization 'boost::spirit::classic::chseq<const char *>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return s.parse(scan);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/primitives.hpp:248:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::contiguous_parser_parse<boost::spirit::classic::match<boost::spirit::classic::nil_t>, boost::spirit::classic::chseq<const char *>, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::contiguous_parser_parse<result_t>
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:61:49: note: in instantiation of function template specialization 'boost::spirit::classic::strlit<const char *>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                if (result_t mb = this->right().parse(scan))
                                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::strlit<const char *> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::strlit<const char *> >, boost::spirit::classic::action<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::archive::xml::assign_impl<std::string> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::strlit<const char *> >, boost::spirit::classic::action<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::archive::xml::assign_impl<std::string> > >, boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::strlit<const char *> >, boost::spirit::classic::action<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::archive::xml::assign_impl<std::string> > >, boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> > >, boost::spirit::classic::chlit<char> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::strlit<const char *> >, boost::spirit::classic::action<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::archive::xml::assign_impl<std::string> > >, boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> > >, boost::spirit::classic::chlit<char> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:272:10: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::strlit<const char *> >, boost::spirit::classic::action<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::archive::xml::assign_impl<std::string> > >, boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> > >, boost::spirit::classic::chlit<char> > >' requested here
    ETag =
         ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_grammar.cpp:16:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:59:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_chset.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/utility/chset.hpp:15:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/primitives.hpp:16:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:16:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/skipper.hpp:16:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/primitives.ipp:63:41: warning: implicit conversion changes signedness: 'long' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            std::size_t slen = str_last - str_first;
                        ˜˜˜˜   ˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/primitives.hpp:199:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::string_parser_parse<boost::spirit::classic::match<boost::spirit::classic::nil_t>, const wchar_t *, const boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::string_parser_parse<result_t>(
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:76:22: note: in instantiation of function template specialization 'boost::spirit::classic::chseq<const wchar_t *>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return s.parse(scan);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/primitives.hpp:248:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::contiguous_parser_parse<boost::spirit::classic::match<boost::spirit::classic::nil_t>, boost::spirit::classic::chseq<const wchar_t *>, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::contiguous_parser_parse<result_t>
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::strlit<const wchar_t *>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::chlit<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:292:14: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::chlit<wchar_t> > >' requested here
    CharRef1 = 
             ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_grammar.cpp:63:
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:27:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_numerics.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/numerics.hpp:18:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:91:26: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
                val = ch - '0';
                    ˜ ˜˜˜^˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:248:21: note: in instantiation of function template specialization 'boost::spirit::classic::impl::radix_traits<10>::digit<char, unsigned int>' requested here
                    radix_traits<Radix>::digit(*scan, digit) )
                    ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:290:58: note: in instantiation of function template specialization 'boost::spirit::classic::impl::extract_int<10, 1, -1, boost::spirit::classic::impl::positive_accumulate<unsigned int, 10> >::f<const boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, unsigned int>' requested here
                        positive_accumulate<T, Radix> >::f(scan, n, count))
                                                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:76:22: note: in instantiation of function template specialization 'boost::spirit::classic::impl::uint_parser_impl<unsigned int, 10, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return s.parse(scan);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/numerics.hpp:51:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::contiguous_parser_parse<boost::spirit::classic::match<unsigned int>, boost::spirit::classic::impl::uint_parser_impl<unsigned int, 10, 1, -1>, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::contiguous_parser_parse<result_t>(impl_t(), scan, scan);
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/actions.hpp:112:44: note: in instantiation of function template specialization 'boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            result_t hit = this->subject().parse(scan);
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:61:49: note: in instantiation of function template specialization 'boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                if (result_t mb = this->right().parse(scan))
                                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::chlit<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:292:14: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::chlit<wchar_t> > >' requested here
    CharRef1 = 
             ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_grammar.cpp:16:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/match.hpp:184:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:27:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_), val(val_) {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:88:20: note: in instantiation of member function 'boost::spirit::classic::match<unsigned int>::match' requested here
            return match<AttrT>(length, val);
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:292:37: note: in instantiation of function template specialization 'boost::spirit::classic::match_policy::create_match<unsigned int, __gnu_cxx::__normal_iterator<char *, std::basic_string<char> > >' requested here
                        return scan.create_match(count, n, save, scan.first);
                                    ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:76:22: note: in instantiation of function template specialization 'boost::spirit::classic::impl::uint_parser_impl<unsigned int, 10, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return s.parse(scan);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/numerics.hpp:51:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::contiguous_parser_parse<boost::spirit::classic::match<unsigned int>, boost::spirit::classic::impl::uint_parser_impl<unsigned int, 10, 1, -1>, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::contiguous_parser_parse<result_t>(impl_t(), scan, scan);
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/actions.hpp:112:44: note: in instantiation of function template specialization 'boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            result_t hit = this->subject().parse(scan);
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:61:49: note: in instantiation of function template specialization 'boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                if (result_t mb = this->right().parse(scan))
                                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::chlit<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:292:14: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::chlit<wchar_t> > >' requested here
    CharRef1 = 
             ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:149:61: warning: implicit conversion loses integer precision: 'const unsigned int' to 'const typename basic_string<char>::value_type' (aka 'const char') [-Wconversion]
        const BOOST_DEDUCED_TYPENAME String::value_type z = char_value;
                                                        ˜   ^˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:132:13: note: in instantiation of member function 'boost::archive::xml::append_char<std::basic_string<char> >::operator()' requested here
            actor(val);
            ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:163:46: note: in instantiation of function template specialization 'boost::spirit::classic::attributed_action_policy<const unsigned int>::call<boost::archive::xml::append_char<std::basic_string<char> >, __gnu_cxx::__normal_iterator<char *, std::basic_string<char> > >' requested here
            attributed_action_policy<AttrT>::call(actor, val, first, last);
                                             ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/actions.hpp:116:22: note: in instantiation of function template specialization 'boost::spirit::classic::action_policy::do_action<boost::archive::xml::append_char<std::basic_string<char> >, const unsigned int, __gnu_cxx::__normal_iterator<char *, std::basic_string<char> > >' requested here
                scan.do_action(actor, val, save, scan.first);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:61:49: note: in instantiation of function template specialization 'boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                if (result_t mb = this->right().parse(scan))
                                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::chlit<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:292:14: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::chlit<wchar_t> > >' requested here
    CharRef1 = 
             ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_grammar.cpp:63:
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:27:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_numerics.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/numerics.hpp:18:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:109:36: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
                    val = lc - 'a' + 10;
                        ˜ ˜˜˜˜˜˜˜˜˜^˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:248:21: note: in instantiation of function template specialization 'boost::spirit::classic::impl::radix_traits<16>::digit<char, unsigned int>' requested here
                    radix_traits<Radix>::digit(*scan, digit) )
                    ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:290:58: note: in instantiation of function template specialization 'boost::spirit::classic::impl::extract_int<16, 1, -1, boost::spirit::classic::impl::positive_accumulate<unsigned int, 16> >::f<const boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, unsigned int>' requested here
                        positive_accumulate<T, Radix> >::f(scan, n, count))
                                                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:76:22: note: in instantiation of function template specialization 'boost::spirit::classic::impl::uint_parser_impl<unsigned int, 16, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return s.parse(scan);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/numerics.hpp:51:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::contiguous_parser_parse<boost::spirit::classic::match<unsigned int>, boost::spirit::classic::impl::uint_parser_impl<unsigned int, 16, 1, -1>, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::contiguous_parser_parse<result_t>(impl_t(), scan, scan);
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/actions.hpp:112:44: note: in instantiation of function template specialization 'boost::spirit::classic::uint_parser<unsigned int, 16, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            result_t hit = this->subject().parse(scan);
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:61:49: note: in instantiation of function template specialization 'boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 16, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                if (result_t mb = this->right().parse(scan))
                                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 16, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 16, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::chlit<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 16, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:295:14: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 16, 1, -1>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::chlit<wchar_t> > >' requested here
    CharRef2 =
             ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_grammar.cpp:16:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/match.hpp:184:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:27:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_), val(val_) {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:88:20: note: in instantiation of member function 'boost::spirit::classic::match<int>::match' requested here
            return match<AttrT>(length, val);
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:345:37: note: in instantiation of function template specialization 'boost::spirit::classic::match_policy::create_match<int, __gnu_cxx::__normal_iterator<char *, std::basic_string<char> > >' requested here
                        return scan.create_match(count, n, save, scan.first);
                                    ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:76:22: note: in instantiation of function template specialization 'boost::spirit::classic::impl::int_parser_impl<int, 10, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return s.parse(scan);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/numerics.hpp:82:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::contiguous_parser_parse<boost::spirit::classic::match<int>, boost::spirit::classic::impl::int_parser_impl<int, 10, 1, -1>, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::contiguous_parser_parse<result_t>(impl_t(), scan, scan);
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/actions.hpp:112:44: note: in instantiation of function template specialization 'boost::spirit::classic::int_parser<int, 10, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            result_t hit = this->subject().parse(scan);
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:61:49: note: in instantiation of function template specialization 'boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                if (result_t mb = this->right().parse(scan))
                                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >, boost::spirit::classic::chlit<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:320:22: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >, boost::spirit::classic::chlit<wchar_t> > >' requested here
    ClassIDAttribute = 
                     ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_grammar.cpp:16:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:14:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:132:19: warning: implicit conversion loses integer precision: 'const int' to 'short' [-Wconversion]
            actor(val);
            ˜˜˜˜˜ ^˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:163:46: note: in instantiation of function template specialization 'boost::spirit::classic::attributed_action_policy<const int>::call<boost::archive::xml::assign_impl<short>, __gnu_cxx::__normal_iterator<char *, std::basic_string<char> > >' requested here
            attributed_action_policy<AttrT>::call(actor, val, first, last);
                                             ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/actions.hpp:116:22: note: in instantiation of function template specialization 'boost::spirit::classic::action_policy::do_action<boost::archive::xml::assign_impl<short>, const int, __gnu_cxx::__normal_iterator<char *, std::basic_string<char> > >' requested here
                scan.do_action(actor, val, save, scan.first);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:61:49: note: in instantiation of function template specialization 'boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                if (result_t mb = this->right().parse(scan))
                                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >, boost::spirit::classic::chlit<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:320:22: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >, boost::spirit::classic::chlit<wchar_t> > >' requested here
    ClassIDAttribute = 
                     ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_grammar.cpp:16:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:14:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:132:19: warning: implicit conversion changes signedness: 'const char' to 'unsigned int' [-Wsign-conversion]
            actor(val);
            ˜˜˜˜˜ ^˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:163:46: note: in instantiation of function template specialization 'boost::spirit::classic::attributed_action_policy<const char>::call<boost::archive::xml::append_char<std::basic_string<char> >, __gnu_cxx::__normal_iterator<char *, std::basic_string<char> > >' requested here
            attributed_action_policy<AttrT>::call(actor, val, first, last);
                                             ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/actions.hpp:116:22: note: in instantiation of function template specialization 'boost::spirit::classic::action_policy::do_action<boost::archive::xml::append_char<std::basic_string<char> >, const char, __gnu_cxx::__normal_iterator<char *, std::basic_string<char> > >' requested here
                scan.do_action(actor, val, save, scan.first);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/alternative.hpp:71:34: note: in instantiation of function template specialization 'boost::spirit::classic::action<boost::spirit::classic::chset<wchar_t>, boost::archive::xml::append_char<std::basic_string<char> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return this->right().parse(scan);
                                 ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::alternative<boost::spirit::classic::alternative<boost::spirit::classic::alternative<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::action<boost::spirit::classic::chset<wchar_t>, boost::archive::xml::append_char<std::basic_string<char> > > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::alternative<boost::spirit::classic::alternative<boost::spirit::classic::alternative<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::action<boost::spirit::classic::chset<wchar_t>, boost::archive::xml::append_char<std::basic_string<char> > > >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:344:19: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::alternative<boost::spirit::classic::alternative<boost::spirit::classic::alternative<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<char *, std::basic_string<char> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::action<boost::spirit::classic::chset<wchar_t>, boost::archive::xml::append_char<std::basic_string<char> > > > >' requested here
    ClassNameChar = 
                  ^
19 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/xml_iarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/xml_iarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_iarchive.cpp:26:
In file included from trimmed_boost_1_52_0/boost/archive/xml_iarchive.hpp:23:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_iarchive.cpp:26:
In file included from trimmed_boost_1_52_0/boost/archive/xml_iarchive.hpp:24:
In file included from trimmed_boost_1_52_0/boost/archive/basic_xml_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_iarchive.cpp:32:
In file included from trimmed_boost_1_52_0/boost/archive/impl/xml_iarchive_impl.ipp:41:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/match.hpp:184:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:23:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_), val() {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:27:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_), val(val_) {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:70:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_) {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:73:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_) {}
         ˜^˜˜˜˜˜˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_iarchive.cpp:32:
trimmed_boost_1_52_0/boost/archive/impl/xml_iarchive_impl.ipp:71:51: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        int resultx = std::mbtowc(&wc, start, end - start);
                      ˜˜˜                     ˜˜˜˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/archive/impl/xml_iarchive_impl.ipp:101:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        int result = std::mbtowc(&wc, start, end - start);
                     ˜˜˜                     ˜˜˜˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/archive/impl/xml_iarchive_impl.ipp:101:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        int result = std::mbtowc(&wc, start, end - start);
                     ˜˜˜                     ˜˜˜˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/xml_iarchive.cpp:39:16: note: in instantiation of member function 'boost::archive::xml_iarchive_impl<boost::archive::naked_xml_iarchive>::load' requested here
template class xml_iarchive_impl<naked_xml_iarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_iarchive.cpp:32:
trimmed_boost_1_52_0/boost/archive/impl/xml_iarchive_impl.ipp:71:51: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        int resultx = std::mbtowc(&wc, start, end - start);
                      ˜˜˜                     ˜˜˜˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/xml_iarchive.cpp:39:16: note: in instantiation of member function 'boost::archive::xml_iarchive_impl<boost::archive::naked_xml_iarchive>::load' requested here
template class xml_iarchive_impl<naked_xml_iarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_iarchive.cpp:32:
trimmed_boost_1_52_0/boost/archive/impl/xml_iarchive_impl.ipp:101:50: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        int result = std::mbtowc(&wc, start, end - start);
                     ˜˜˜                     ˜˜˜˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/xml_iarchive.cpp:43:16: note: in instantiation of member function 'boost::archive::xml_iarchive_impl<boost::archive::xml_iarchive>::load' requested here
template class xml_iarchive_impl<xml_iarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_iarchive.cpp:32:
trimmed_boost_1_52_0/boost/archive/impl/xml_iarchive_impl.ipp:71:51: warning: implicit conversion changes signedness: 'long' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        int resultx = std::mbtowc(&wc, start, end - start);
                      ˜˜˜                     ˜˜˜˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/xml_iarchive.cpp:43:16: note: in instantiation of member function 'boost::archive::xml_iarchive_impl<boost::archive::xml_iarchive>::load' requested here
template class xml_iarchive_impl<xml_iarchive> ;
               ^
17 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/xml_oarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/xml_oarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_oarchive.cpp:16:
In file included from trimmed_boost_1_52_0/boost/archive/xml_oarchive.hpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/basic_xml_oarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_oarchive.hpp:28:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_oarchive.cpp:21:
trimmed_boost_1_52_0/boost/archive/impl/basic_xml_oarchive.ipp:91:13: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
    for(i = depth; i-- > 0;)
          ˜ ^˜˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/xml_oarchive.cpp:28:16: note: in instantiation of member function 'boost::archive::basic_xml_oarchive<boost::archive::xml_oarchive>::indent' requested here
template class basic_xml_oarchive<xml_oarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_oarchive.cpp:21:
trimmed_boost_1_52_0/boost/archive/impl/basic_xml_oarchive.ipp:181:52: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
    write_attribute(BOOST_ARCHIVE_XML_OBJECT_ID(), i, "=\"_");
    ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜                                ^
trimmed_boost_1_52_0/libs/serialization/src/xml_oarchive.cpp:28:16: note: in instantiation of member function 'boost::archive::basic_xml_oarchive<boost::archive::xml_oarchive>::save_override' requested here
template class basic_xml_oarchive<xml_oarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_oarchive.cpp:21:
trimmed_boost_1_52_0/boost/archive/impl/basic_xml_oarchive.ipp:190:59: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
    write_attribute(BOOST_ARCHIVE_XML_OBJECT_REFERENCE(), i, "=\"_");
    ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜                                       ^
trimmed_boost_1_52_0/libs/serialization/src/xml_oarchive.cpp:28:16: note: in instantiation of member function 'boost::archive::basic_xml_oarchive<boost::archive::xml_oarchive>::save_override' requested here
template class basic_xml_oarchive<xml_oarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_oarchive.cpp:21:
trimmed_boost_1_52_0/boost/archive/impl/basic_xml_oarchive.ipp:197:50: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
    write_attribute(BOOST_ARCHIVE_XML_VERSION(), i);
    ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜                              ^
trimmed_boost_1_52_0/libs/serialization/src/xml_oarchive.cpp:28:16: note: in instantiation of member function 'boost::archive::basic_xml_oarchive<boost::archive::xml_oarchive>::save_override' requested here
template class basic_xml_oarchive<xml_oarchive> ;
               ^
8 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/xml_wgrammar.cpp -o trimmed_boost_1_52_0/libs/serialization/src/xml_wgrammar.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wgrammar.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/match.hpp:184:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:23:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_), val() {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:27:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_), val(val_) {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:70:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_) {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:73:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_) {}
         ˜^˜˜˜˜˜˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wgrammar.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:61:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wgrammar.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:223:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/parser.ipp:32:49: warning: implicit conversion changes signedness: 'std::ptrdiff_t' (aka 'long') to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            first, hit, hit && (first == last), hit.length());
                                                ^˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:210:18: note: in instantiation of function template specialization 'boost::spirit::classic::parse<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >' requested here
        result = boost::spirit::classic::parse(arg.begin(), arg.end(), rule_);
                 ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wgrammar.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/match.hpp:184:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:27:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_), val(val_) {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:88:20: note: in instantiation of member function 'boost::spirit::classic::match<wchar_t>::match' requested here
            return match<AttrT>(length, val);
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/primitives.hpp:61:33: note: in instantiation of function template specialization 'boost::spirit::classic::match_policy::create_match<wchar_t, __gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> > >' requested here
                    return scan.create_match(1, ch, save, scan.first);
                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/positive.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::char_parser<boost::spirit::classic::chset<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            result_t hit = this->subject().parse(scan);
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::positive<boost::spirit::classic::chset<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::positive<boost::spirit::classic::chset<wchar_t> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:244:7: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::positive<boost::spirit::classic::chset<wchar_t> > >' requested here
    S =
      ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wgrammar.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:59:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_chset.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/utility/chset.hpp:15:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/primitives.hpp:16:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:16:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/skipper.hpp:16:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/primitives.ipp:63:41: warning: implicit conversion changes signedness: 'long' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            std::size_t slen = str_last - str_first;
                        ˜˜˜˜   ˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/primitives.hpp:199:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::string_parser_parse<boost::spirit::classic::match<boost::spirit::classic::nil_t>, const char *, const boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::string_parser_parse<result_t>(
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:76:22: note: in instantiation of function template specialization 'boost::spirit::classic::chseq<const char *>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return s.parse(scan);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/primitives.hpp:248:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::contiguous_parser_parse<boost::spirit::classic::match<boost::spirit::classic::nil_t>, boost::spirit::classic::chseq<const char *>, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::contiguous_parser_parse<result_t>
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:61:49: note: in instantiation of function template specialization 'boost::spirit::classic::strlit<const char *>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                if (result_t mb = this->right().parse(scan))
                                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::strlit<const char *> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::strlit<const char *> >, boost::spirit::classic::action<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::archive::xml::assign_impl<std::wstring> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::strlit<const char *> >, boost::spirit::classic::action<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::archive::xml::assign_impl<std::wstring> > >, boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::strlit<const char *> >, boost::spirit::classic::action<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::archive::xml::assign_impl<std::wstring> > >, boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> > >, boost::spirit::classic::chlit<char> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::strlit<const char *> >, boost::spirit::classic::action<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::archive::xml::assign_impl<std::wstring> > >, boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> > >, boost::spirit::classic::chlit<char> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:272:10: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::strlit<const char *> >, boost::spirit::classic::action<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::archive::xml::assign_impl<std::wstring> > >, boost::spirit::classic::optional<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> > >, boost::spirit::classic::chlit<char> > >' requested here
    ETag =
         ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wgrammar.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:59:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_chset.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/utility/chset.hpp:15:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/primitives.hpp:16:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:16:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/skipper.hpp:16:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/primitives.ipp:63:41: warning: implicit conversion changes signedness: 'long' to 'std::size_t' (aka 'unsigned long') [-Wsign-conversion]
            std::size_t slen = str_last - str_first;
                        ˜˜˜˜   ˜˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/primitives.hpp:199:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::string_parser_parse<boost::spirit::classic::match<boost::spirit::classic::nil_t>, const wchar_t *, const boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::string_parser_parse<result_t>(
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:76:22: note: in instantiation of function template specialization 'boost::spirit::classic::chseq<const wchar_t *>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return s.parse(scan);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/primitives.hpp:248:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::contiguous_parser_parse<boost::spirit::classic::match<boost::spirit::classic::nil_t>, boost::spirit::classic::chseq<const wchar_t *>, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::contiguous_parser_parse<result_t>
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::strlit<const wchar_t *>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::chlit<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:292:14: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::chlit<wchar_t> > >' requested here
    CharRef1 = 
             ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wgrammar.cpp:146:
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:27:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_numerics.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/numerics.hpp:18:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:91:26: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
                val = ch - '0';
                    ˜ ˜˜˜^˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:248:21: note: in instantiation of function template specialization 'boost::spirit::classic::impl::radix_traits<10>::digit<wchar_t, unsigned int>' requested here
                    radix_traits<Radix>::digit(*scan, digit) )
                    ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:290:58: note: in instantiation of function template specialization 'boost::spirit::classic::impl::extract_int<10, 1, -1, boost::spirit::classic::impl::positive_accumulate<unsigned int, 10> >::f<const boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, unsigned int>' requested here
                        positive_accumulate<T, Radix> >::f(scan, n, count))
                                                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:76:22: note: in instantiation of function template specialization 'boost::spirit::classic::impl::uint_parser_impl<unsigned int, 10, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return s.parse(scan);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/numerics.hpp:51:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::contiguous_parser_parse<boost::spirit::classic::match<unsigned int>, boost::spirit::classic::impl::uint_parser_impl<unsigned int, 10, 1, -1>, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::contiguous_parser_parse<result_t>(impl_t(), scan, scan);
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/actions.hpp:112:44: note: in instantiation of function template specialization 'boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            result_t hit = this->subject().parse(scan);
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:61:49: note: in instantiation of function template specialization 'boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                if (result_t mb = this->right().parse(scan))
                                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::chlit<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:292:14: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::chlit<wchar_t> > >' requested here
    CharRef1 = 
             ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wgrammar.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/match.hpp:184:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:27:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_), val(val_) {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:88:20: note: in instantiation of member function 'boost::spirit::classic::match<unsigned int>::match' requested here
            return match<AttrT>(length, val);
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:292:37: note: in instantiation of function template specialization 'boost::spirit::classic::match_policy::create_match<unsigned int, __gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> > >' requested here
                        return scan.create_match(count, n, save, scan.first);
                                    ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:76:22: note: in instantiation of function template specialization 'boost::spirit::classic::impl::uint_parser_impl<unsigned int, 10, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return s.parse(scan);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/numerics.hpp:51:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::contiguous_parser_parse<boost::spirit::classic::match<unsigned int>, boost::spirit::classic::impl::uint_parser_impl<unsigned int, 10, 1, -1>, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::contiguous_parser_parse<result_t>(impl_t(), scan, scan);
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/actions.hpp:112:44: note: in instantiation of function template specialization 'boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            result_t hit = this->subject().parse(scan);
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:61:49: note: in instantiation of function template specialization 'boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                if (result_t mb = this->right().parse(scan))
                                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::chlit<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:292:14: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::chlit<wchar_t> > >' requested here
    CharRef1 = 
             ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:149:61: warning: implicit conversion changes signedness: 'const unsigned int' to 'const typename basic_string<wchar_t>::value_type' (aka 'const wchar_t') [-Wsign-conversion]
        const BOOST_DEDUCED_TYPENAME String::value_type z = char_value;
                                                        ˜   ^˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:132:13: note: in instantiation of member function 'boost::archive::xml::append_char<std::basic_string<wchar_t> >::operator()' requested here
            actor(val);
            ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:163:46: note: in instantiation of function template specialization 'boost::spirit::classic::attributed_action_policy<const unsigned int>::call<boost::archive::xml::append_char<std::basic_string<wchar_t> >, __gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> > >' requested here
            attributed_action_policy<AttrT>::call(actor, val, first, last);
                                             ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/actions.hpp:116:22: note: in instantiation of function template specialization 'boost::spirit::classic::action_policy::do_action<boost::archive::xml::append_char<std::basic_string<wchar_t> >, const unsigned int, __gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> > >' requested here
                scan.do_action(actor, val, save, scan.first);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:61:49: note: in instantiation of function template specialization 'boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                if (result_t mb = this->right().parse(scan))
                                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::chlit<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:292:14: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 10, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::chlit<wchar_t> > >' requested here
    CharRef1 = 
             ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wgrammar.cpp:146:
In file included from trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:27:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_numerics.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/numerics.hpp:18:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:109:36: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
                    val = lc - 'a' + 10;
                        ˜ ˜˜˜˜˜˜˜˜˜^˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:248:21: note: in instantiation of function template specialization 'boost::spirit::classic::impl::radix_traits<16>::digit<wchar_t, unsigned int>' requested here
                    radix_traits<Radix>::digit(*scan, digit) )
                    ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:290:58: note: in instantiation of function template specialization 'boost::spirit::classic::impl::extract_int<16, 1, -1, boost::spirit::classic::impl::positive_accumulate<unsigned int, 16> >::f<const boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, unsigned int>' requested here
                        positive_accumulate<T, Radix> >::f(scan, n, count))
                                                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:76:22: note: in instantiation of function template specialization 'boost::spirit::classic::impl::uint_parser_impl<unsigned int, 16, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return s.parse(scan);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/numerics.hpp:51:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::contiguous_parser_parse<boost::spirit::classic::match<unsigned int>, boost::spirit::classic::impl::uint_parser_impl<unsigned int, 16, 1, -1>, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::contiguous_parser_parse<result_t>(impl_t(), scan, scan);
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/actions.hpp:112:44: note: in instantiation of function template specialization 'boost::spirit::classic::uint_parser<unsigned int, 16, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            result_t hit = this->subject().parse(scan);
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:61:49: note: in instantiation of function template specialization 'boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 16, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                if (result_t mb = this->right().parse(scan))
                                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 16, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 16, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::chlit<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 16, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:295:14: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const wchar_t *>, boost::spirit::classic::action<boost::spirit::classic::uint_parser<unsigned int, 16, 1, -1>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::chlit<wchar_t> > >' requested here
    CharRef2 =
             ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wgrammar.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/match.hpp:184:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:27:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_), val(val_) {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:88:20: note: in instantiation of member function 'boost::spirit::classic::match<int>::match' requested here
            return match<AttrT>(length, val);
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/impl/numerics.ipp:345:37: note: in instantiation of function template specialization 'boost::spirit::classic::match_policy::create_match<int, __gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> > >' requested here
                        return scan.create_match(count, n, save, scan.first);
                                    ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/impl/directives.ipp:76:22: note: in instantiation of function template specialization 'boost::spirit::classic::impl::int_parser_impl<int, 10, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return s.parse(scan);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/primitives/numerics.hpp:82:20: note: in instantiation of function template specialization 'boost::spirit::classic::impl::contiguous_parser_parse<boost::spirit::classic::match<int>, boost::spirit::classic::impl::int_parser_impl<int, 10, 1, -1>, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return impl::contiguous_parser_parse<result_t>(impl_t(), scan, scan);
                   ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/actions.hpp:112:44: note: in instantiation of function template specialization 'boost::spirit::classic::int_parser<int, 10, 1, -1>::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            result_t hit = this->subject().parse(scan);
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:61:49: note: in instantiation of function template specialization 'boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                if (result_t mb = this->right().parse(scan))
                                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >, boost::spirit::classic::chlit<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:320:22: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >, boost::spirit::classic::chlit<wchar_t> > >' requested here
    ClassIDAttribute = 
                     ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wgrammar.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:14:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:132:19: warning: implicit conversion loses integer precision: 'const int' to 'short' [-Wconversion]
            actor(val);
            ˜˜˜˜˜ ^˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:163:46: note: in instantiation of function template specialization 'boost::spirit::classic::attributed_action_policy<const int>::call<boost::archive::xml::assign_impl<short>, __gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> > >' requested here
            attributed_action_policy<AttrT>::call(actor, val, first, last);
                                             ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/actions.hpp:116:22: note: in instantiation of function template specialization 'boost::spirit::classic::action_policy::do_action<boost::archive::xml::assign_impl<short>, const int, __gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> > >' requested here
                scan.do_action(actor, val, save, scan.first);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:61:49: note: in instantiation of function template specialization 'boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                if (result_t mb = this->right().parse(scan))
                                                ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/sequence.hpp:60:44: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            if (result_t ma = this->left().parse(scan))
                                           ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >, boost::spirit::classic::chlit<wchar_t> >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:320:22: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::sequence<boost::spirit::classic::strlit<const char *>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::chlit<wchar_t> >, boost::spirit::classic::action<boost::spirit::classic::int_parser<int, 10, 1, -1>, boost::archive::xml::assign_impl<short> > >, boost::spirit::classic::chlit<wchar_t> > >' requested here
    ClassIDAttribute = 
                     ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wgrammar.cpp:18:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:14:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:132:19: warning: implicit conversion changes signedness: 'const wchar_t' to 'unsigned int' [-Wsign-conversion]
            actor(val);
            ˜˜˜˜˜ ^˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:163:46: note: in instantiation of function template specialization 'boost::spirit::classic::attributed_action_policy<const wchar_t>::call<boost::archive::xml::append_char<std::basic_string<wchar_t> >, __gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> > >' requested here
            attributed_action_policy<AttrT>::call(actor, val, first, last);
                                             ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/actions.hpp:116:22: note: in instantiation of function template specialization 'boost::spirit::classic::action_policy::do_action<boost::archive::xml::append_char<std::basic_string<wchar_t> >, const wchar_t, __gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> > >' requested here
                scan.do_action(actor, val, save, scan.first);
                     ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/composite/alternative.hpp:71:34: note: in instantiation of function template specialization 'boost::spirit::classic::action<boost::spirit::classic::chset<wchar_t>, boost::archive::xml::append_char<std::basic_string<wchar_t> > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
            return this->right().parse(scan);
                                 ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:240:26: note: in instantiation of function template specialization 'boost::spirit::classic::alternative<boost::spirit::classic::alternative<boost::spirit::classic::alternative<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::action<boost::spirit::classic::chset<wchar_t>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >::parse<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> > >' requested here
                return p.parse(scan);
                         ^
trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:137:27: note: in instantiation of member function 'boost::spirit::classic::impl::concrete_parser<boost::spirit::classic::alternative<boost::spirit::classic::alternative<boost::spirit::classic::alternative<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::action<boost::spirit::classic::chset<wchar_t>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > >, boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t>::do_parse_virtual' requested here
            ptr.reset(new impl::concrete_parser<ParserT, scanner_t, attr_t>(p));
                          ^
trimmed_boost_1_52_0/libs/serialization/src/basic_xml_grammar.ipp:344:19: note: in instantiation of function template specialization 'boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>::operator=<boost::spirit::classic::alternative<boost::spirit::classic::alternative<boost::spirit::classic::alternative<boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t>, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::rule<boost::spirit::classic::scanner<__gnu_cxx::__normal_iterator<wchar_t *, std::basic_string<wchar_t> >, boost::spirit::classic::scanner_policies<boost::spirit::classic::iteration_policy, boost::spirit::classic::match_policy, boost::spirit::classic::action_policy> >, boost::spirit::classic::nil_t, boost::spirit::classic::nil_t> >, boost::spirit::classic::action<boost::spirit::classic::chset<wchar_t>, boost::archive::xml::append_char<std::basic_string<wchar_t> > > > >' requested here
    ClassNameChar = 
                  ^
19 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/xml_wiarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/xml_wiarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wiarchive.cpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/xml_wiarchive.hpp:28:
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:102:13: warning: implicit conversion loses integer precision: 'short' to 'char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:108:13: warning: implicit conversion loses integer precision: 'short' to 'signed char' [-Wconversion]
        t = i;
          ˜ ^
trimmed_boost_1_52_0/boost/archive/basic_text_iprimitive.hpp:114:13: warning: implicit conversion loses integer precision: 'unsigned short' to 'unsigned char' [-Wconversion]
        t = i;
          ˜ ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wiarchive.cpp:31:
In file included from trimmed_boost_1_52_0/boost/archive/xml_wiarchive.hpp:29:
In file included from trimmed_boost_1_52_0/boost/archive/basic_xml_iarchive.hpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_iarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_iarchive.hpp:27:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wiarchive.cpp:37:
In file included from trimmed_boost_1_52_0/boost/archive/impl/xml_wiarchive_impl.ipp:38:
In file included from trimmed_boost_1_52_0/boost/archive/detail/utf8_codecvt_facet.hpp:15:
trimmed_boost_1_52_0/boost/detail/utf8_codecvt_facet.hpp:171:17: warning: 'boost::archive::detail::utf8_codecvt_facet::do_length' hides overloaded virtual function [-Woverloaded-virtual]
    virtual int do_length(
                ^
/usr/include/c++/4.2.1/bits/codecvt.h:442:11: note: hidden overloaded virtual function 'std::codecvt<wchar_t, char, __mbstate_t>::do_length' declared here
      int do_length(state_type&, const extern_type* __from,
          ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_wiarchive.cpp:37:
In file included from trimmed_boost_1_52_0/boost/archive/impl/xml_wiarchive_impl.ipp:45:
In file included from trimmed_boost_1_52_0/boost/archive/impl/basic_xml_grammar.hpp:58:
In file included from trimmed_boost_1_52_0/boost/spirit/include/classic_rule.hpp:11:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/rule.hpp:33:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp:22:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/parser.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/scanner/scanner.hpp:14:
In file included from trimmed_boost_1_52_0/boost/spirit/home/classic/core/match.hpp:184:
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:23:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_), val() {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:27:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_), val(val_) {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:70:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_) {}
         ˜^˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/spirit/home/classic/core/impl/match.ipp:73:11: warning: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long') to 'std::ptrdiff_t' (aka 'long') [-Wsign-conversion]
    : len(length_) {}
         ˜^˜˜˜˜˜˜
12 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -Wno-deprecated -I/usr/include/libxml2  -Itrimmed_boost_1_52_0/ -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c trimmed_boost_1_52_0/libs/serialization/src/xml_woarchive.cpp -o trimmed_boost_1_52_0/libs/serialization/src/xml_woarchive.o
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_woarchive.cpp:17:
In file included from trimmed_boost_1_52_0/boost/archive/xml_woarchive.hpp:35:
In file included from trimmed_boost_1_52_0/boost/archive/basic_xml_oarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/common_oarchive.hpp:21:
In file included from trimmed_boost_1_52_0/boost/archive/detail/basic_oarchive.hpp:28:
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:46:64: warning: implicit conversion loses integer precision: 'const unsigned int' to 'base_type' (aka 'unsigned short') [-Wconversion]
    explicit library_version_type(const unsigned int & t_) : t(t_){
                                                              ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:115:46: warning: implicit conversion loses integer precision: 'const int' to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const int t_) : t(t_){
                                            ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:118:54: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'short') [-Wconversion]
    explicit class_id_type(const std::size_t t_) : t(t_){
                                                    ˜^˜
trimmed_boost_1_52_0/boost/archive/basic_archive.hpp:154:57: warning: implicit conversion loses integer precision: 'const std::size_t' (aka 'const unsigned long') to 'base_type' (aka 'unsigned int') [-Wshorten-64-to-32]
    explicit object_id_type(const std::size_t & t_) : t(t_){
                                                       ˜^˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_woarchive.cpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/impl/xml_woarchive_impl.ipp:37:
trimmed_boost_1_52_0/boost/archive/iterators/wchar_from_mb.hpp:117:48: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    int result = std::mbtowc(& retval, buffer, MB_CUR_MAX);
                 ˜˜˜                           ^˜˜˜˜˜˜˜˜˜
/usr/include/stdlib.h:135:20: note: expanded from macro 'MB_CUR_MAX'
#define MB_CUR_MAX      __mb_cur_max
                        ^˜˜˜˜˜˜˜˜˜˜˜
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_woarchive.cpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/impl/xml_woarchive_impl.ipp:42:
In file included from trimmed_boost_1_52_0/boost/archive/detail/utf8_codecvt_facet.hpp:15:
trimmed_boost_1_52_0/boost/detail/utf8_codecvt_facet.hpp:171:17: warning: 'boost::archive::detail::utf8_codecvt_facet::do_length' hides overloaded virtual function [-Woverloaded-virtual]
    virtual int do_length(
                ^
/usr/include/c++/4.2.1/bits/codecvt.h:442:11: note: hidden overloaded virtual function 'std::codecvt<wchar_t, char, __mbstate_t>::do_length' declared here
      int do_length(state_type&, const extern_type* __from,
          ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_woarchive.cpp:22:
trimmed_boost_1_52_0/boost/archive/impl/basic_xml_oarchive.ipp:91:13: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
    for(i = depth; i-- > 0;)
          ˜ ^˜˜˜˜
trimmed_boost_1_52_0/libs/serialization/src/xml_woarchive.cpp:29:16: note: in instantiation of member function 'boost::archive::basic_xml_oarchive<boost::archive::xml_woarchive>::indent' requested here
template class basic_xml_oarchive<xml_woarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_woarchive.cpp:22:
trimmed_boost_1_52_0/boost/archive/impl/basic_xml_oarchive.ipp:181:52: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
    write_attribute(BOOST_ARCHIVE_XML_OBJECT_ID(), i, "=\"_");
    ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜                                ^
trimmed_boost_1_52_0/libs/serialization/src/xml_woarchive.cpp:29:16: note: in instantiation of member function 'boost::archive::basic_xml_oarchive<boost::archive::xml_woarchive>::save_override' requested here
template class basic_xml_oarchive<xml_woarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_woarchive.cpp:22:
trimmed_boost_1_52_0/boost/archive/impl/basic_xml_oarchive.ipp:190:59: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
    write_attribute(BOOST_ARCHIVE_XML_OBJECT_REFERENCE(), i, "=\"_");
    ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜                                       ^
trimmed_boost_1_52_0/libs/serialization/src/xml_woarchive.cpp:29:16: note: in instantiation of member function 'boost::archive::basic_xml_oarchive<boost::archive::xml_woarchive>::save_override' requested here
template class basic_xml_oarchive<xml_woarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_woarchive.cpp:22:
trimmed_boost_1_52_0/boost/archive/impl/basic_xml_oarchive.ipp:197:50: warning: implicit conversion changes signedness: 'const unsigned int' to 'int' [-Wsign-conversion]
    write_attribute(BOOST_ARCHIVE_XML_VERSION(), i);
    ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜                              ^
trimmed_boost_1_52_0/libs/serialization/src/xml_woarchive.cpp:29:16: note: in instantiation of member function 'boost::archive::basic_xml_oarchive<boost::archive::xml_woarchive>::save_override' requested here
template class basic_xml_oarchive<xml_woarchive> ;
               ^
In file included from trimmed_boost_1_52_0/libs/serialization/src/xml_woarchive.cpp:23:
In file included from trimmed_boost_1_52_0/boost/archive/impl/xml_woarchive_impl.ipp:37:
trimmed_boost_1_52_0/boost/archive/iterators/wchar_from_mb.hpp:117:48: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    int result = std::mbtowc(& retval, buffer, MB_CUR_MAX);
                 ˜˜˜                           ^˜˜˜˜˜˜˜˜˜
/usr/include/stdlib.h:135:20: note: expanded from macro 'MB_CUR_MAX'
#define MB_CUR_MAX      __mb_cur_max
                        ^˜˜˜˜˜˜˜˜˜˜˜
trimmed_boost_1_52_0/boost/archive/iterators/wchar_from_mb.hpp:70:31: note: in instantiation of member function 'boost::archive::iterators::wchar_from_mb<boost::archive::iterators::xml_escape<const char *> >::drain' requested here
            m_current_value = drain();
                              ^
trimmed_boost_1_52_0/boost/archive/iterators/wchar_from_mb.hpp:81:9: note: in instantiation of member function 'boost::archive::iterators::wchar_from_mb<boost::archive::iterators::xml_escape<const char *> >::dereference_impl' requested here
        dereference_impl();
        ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:520:13: note: in instantiation of member function 'boost::archive::iterators::wchar_from_mb<boost::archive::iterators::xml_escape<const char *> >::increment' requested here
          f.increment();
            ^
trimmed_boost_1_52_0/boost/iterator/iterator_facade.hpp:660:11: note: in instantiation of function template specialization 'boost::iterator_core_access::increment<boost::archive::iterators::wchar_from_mb<boost::archive::iterators::xml_escape<const char *> > >' requested here
          iterator_core_access::increment(this->derived());
          ^
/usr/include/c++/4.2.1/bits/stl_algobase.h:267:42: note: in instantiation of member function 'boost::iterator_facade<boost::archive::iterators::wchar_from_mb<boost::archive::iterators::xml_escape<const char *> >, wchar_t, boost::single_pass_traversal_tag, wchar_t, long>::operator++' requested here
          for (; __first != __last; ++__result, ++__first)
                                                ^
/usr/include/c++/4.2.1/bits/stl_algobase.h:315:14: note: in instantiation of function template specialization 'std::__copy<false, std::input_iterator_tag>::copy<boost::archive::iterators::wchar_from_mb<boost::archive::iterators::xml_escape<const char *> >, boost::archive::iterators::ostream_iterator<wchar_t> >' requested here
      return std::__copy<__simple, _Category>::copy(__first, __last, __result);
             ^
/usr/include/c++/4.2.1/bits/stl_algobase.h:340:18: note: in instantiation of function template specialization 'std::__copy_aux<boost::archive::iterators::wchar_from_mb<boost::archive::iterators::xml_escape<const char *> >, boost::archive::iterators::ostream_iterator<wchar_t> >' requested here
        { return std::__copy_aux(__first, __last, __result); }
                 ^
/usr/include/c++/4.2.1/bits/stl_algobase.h:400:15: note: in instantiation of function template specialization 'std::__copy_normal<false, false>::__copy_n<boost::archive::iterators::wchar_from_mb<boost::archive::iterators::xml_escape<const char *> >, boost::archive::iterators::ostream_iterator<wchar_t> >' requested here
       return std::__copy_normal<__in, __out>::__copy_n(__first, __last,
              ^
trimmed_boost_1_52_0/boost/archive/impl/xml_woarchive_impl.ipp:56:5: note: in instantiation of function template specialization 'std::copy<boost::archive::iterators::wchar_from_mb<boost::archive::iterators::xml_escape<const char *> >, boost::archive::iterators::ostream_iterator<wchar_t> >' requested here
    std::copy(
    ^
trimmed_boost_1_52_0/boost/archive/impl/xml_woarchive_impl.ipp:98:4: note: in instantiation of function template specialization 'boost::archive::save_iterator<const char *>' requested here
   save_iterator(os, s, s + std::strlen(s));
   ^
11 warnings generated.
KernSmooth 2.23 loaded
Copyright M. P. Wand 1997-2009
clang++ -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -L/usr/local/lib -o flowWorkspace.so GatingHierarchy.o GatingSet.o POPINDICES.o R_GatingHierarchy.o R_GatingSet.o bitOps.o calibrationTable.o flowData.o flowJoWorkspace.o gate.o init.o macFlowJoWorkspace.o ncdfFlow.o nodeProperties.o spline.o transformation.o winFlowJoWorkspace.o workspace.o wsNode.o trimmed_boost_1_52_0/libs/serialization/src/archive_exception.o trimmed_boost_1_52_0/libs/serialization/src/basic_archive.o trimmed_boost_1_52_0/libs/serialization/src/basic_iarchive.o trimmed_boost_1_52_0/libs/serialization/src/basic_iserializer.o trimmed_boost_1_52_0/libs/serialization/src/basic_oarchive.o trimmed_boost_1_52_0/libs/serialization/src/basic_oserializer.o trimmed_boost_1_52_0/libs/serialization/src/basic_pointer_iserializer.o trimmed_boost_1_52_0/libs/serialization/src/basic_pointer_oserializer.o trimmed_boost_1_52_0/libs/serialization/src/basic_serializer_map.o trimmed_boost_1_52_0/libs/serialization/src/basic_text_iprimitive.o trimmed_boost_1_52_0/libs/serialization/src/basic_text_oprimitive.o trimmed_boost_1_52_0/libs/serialization/src/basic_text_wiprimitive.o trimmed_boost_1_52_0/libs/serialization/src/basic_text_woprimitive.o trimmed_boost_1_52_0/libs/serialization/src/basic_xml_archive.o trimmed_boost_1_52_0/libs/serialization/src/binary_iarchive.o trimmed_boost_1_52_0/libs/serialization/src/binary_oarchive.o trimmed_boost_1_52_0/libs/serialization/src/binary_wiarchive.o trimmed_boost_1_52_0/libs/serialization/src/binary_woarchive.o trimmed_boost_1_52_0/libs/serialization/src/codecvt_null.o trimmed_boost_1_52_0/libs/serialization/src/extended_type_info.o trimmed_boost_1_52_0/libs/serialization/src/extended_type_info_no_rtti.o trimmed_boost_1_52_0/libs/serialization/src/extended_type_info_typeid.o trimmed_boost_1_52_0/libs/serialization/src/polymorphic_iarchive.o trimmed_boost_1_52_0/libs/serialization/src/polymorphic_oarchive.o trimmed_boost_1_52_0/libs/serialization/src/shared_ptr_helper.o trimmed_boost_1_52_0/libs/serialization/src/stl_port.o trimmed_boost_1_52_0/libs/serialization/src/text_iarchive.o trimmed_boost_1_52_0/libs/serialization/src/text_oarchive.o trimmed_boost_1_52_0/libs/serialization/src/text_wiarchive.o trimmed_boost_1_52_0/libs/serialization/src/text_woarchive.o trimmed_boost_1_52_0/libs/serialization/src/utf8_codecvt_facet.o trimmed_boost_1_52_0/libs/serialization/src/void_cast.o trimmed_boost_1_52_0/libs/serialization/src/xml_archive_exception.o trimmed_boost_1_52_0/libs/serialization/src/xml_grammar.o trimmed_boost_1_52_0/libs/serialization/src/xml_iarchive.o trimmed_boost_1_52_0/libs/serialization/src/xml_oarchive.o trimmed_boost_1_52_0/libs/serialization/src/xml_wgrammar.o trimmed_boost_1_52_0/libs/serialization/src/xml_wiarchive.o trimmed_boost_1_52_0/libs/serialization/src/xml_woarchive.o /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rcpp/lib/libRcpp.a -L/Library/Frameworks/R.framework/Versions/3.0/Resources/library/ncdfFlow/lib -lncdfFlow -lxml2 -lz -lpthread -licucore -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
KernSmooth 2.23 loaded
Copyright M. P. Wand 1997-2009
cp flowWorkspace.so libflowWorkspace.dylib 
cp libflowWorkspace.dylib ../inst/lib
rm libflowWorkspace.dylib
installing to /Users/biocbuild/bbs-2.12-bioc/meat/flowWorkspace.buildbin-libdir/flowWorkspace/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (flowWorkspace)


>>>>>>> 
>>>>>>> FIXING LINKS FOR flowWorkspace.buildbin-libdir/flowWorkspace/libs//flowWorkspace.so
>>>>>>> 

install_name_tool -change "/usr/local/lib/libgcc_s.1.dylib" "/Library/Frameworks/R.framework/Versions/3.0/Resources/lib/libgcc_s.1.dylib" "flowWorkspace.buildbin-libdir/flowWorkspace/libs//flowWorkspace.so"
install_name_tool -change "/usr/local/lib/libgfortran.2.dylib" "/Library/Frameworks/R.framework/Versions/3.0/Resources/lib/libgfortran.2.dylib" "flowWorkspace.buildbin-libdir/flowWorkspace/libs//flowWorkspace.so"
install_name_tool -change "/usr/local/lib/libreadline.5.2.dylib" "/Library/Frameworks/R.framework/Versions/3.0/Resources/lib/libreadline.5.2.dylib" "flowWorkspace.buildbin-libdir/flowWorkspace/libs//flowWorkspace.so"
install_name_tool -change "/usr/local/lib/libreadline.dylib" "/Library/Frameworks/R.framework/Versions/3.0/Resources/lib/libreadline.dylib" "flowWorkspace.buildbin-libdir/flowWorkspace/libs//flowWorkspace.so"