eddelbuettel / rquantlib

R interface to the QuantLib library
117 stars 50 forks source link

Compiler warnings #11

Closed jeroen closed 8 years ago

jeroen commented 9 years ago

Seeing these on windows, feel free to close if this is uninteresting.

==> Rcmd.exe INSTALL --no-multiarch --with-keep.source RQuantlib

* installing to library 'C:/Users/Jeroen/Documents/R/win-library/3.1'
* installing *source* package 'RQuantLib' ...

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************

** libs
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c RcppExports.cpp -o RcppExports.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/RQuantLib.h:23,
                 from RcppExports.cpp:4:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/RQuantLib.h:23,
                 from RcppExports.cpp:4:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include/Rcpp/as.h:25:0,
                 from C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include/RcppCommon.h:163,
                 from ../inst/include/rquantlib_internal.h:30,
                 from ../inst/include/RQuantLib.h:23,
                 from RcppExports.cpp:4:
C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include/Rcpp/internal/Exporter.h: In constructor 'Rcpp::traits::Exporter<T>::Exporter(SEXP) [with T = long long unsigned int, SEXP = SEXPREC*]':
C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include/Rcpp/as.h:79:51:   instantiated from 'T Rcpp::internal::as(SEXP, Rcpp::traits::r_type_generic_tag) [with T = long long unsigned int, SEXP = SEXPREC*]'
C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include/Rcpp/as.h:144:84:   instantiated from 'T Rcpp::as(SEXP) [with T = long long unsigned int, SEXP = SEXPREC*]'
C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include/Rcpp/InputParameter.h:34:45:   instantiated from 'Rcpp::InputParameter<T>::operator T() [with T = long long unsigned int]'
RcppExports.cpp:28:157:   instantiated from here
C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include/Rcpp/internal/Exporter.h:31:31: warning: invalid conversion from 'SEXP' to 'long long unsigned int' [-fpermissive]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c asian.cpp -o asian.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from asian.cpp:23:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from asian.cpp:23:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c barrier_binary.cpp -o barrier_binary.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from rquantlib.h:33,
                 from barrier_binary.cpp:22:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from rquantlib.h:33,
                 from barrier_binary.cpp:22:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c bermudan.cpp -o bermudan.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from rquantlib.h:33,
                 from bermudan.cpp:23:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from rquantlib.h:33,
                 from bermudan.cpp:23:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c bonds.cpp -o bonds.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from bonds.cpp:27:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from bonds.cpp:27:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c calendars.cpp -o calendars.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from calendars.cpp:21:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from calendars.cpp:21:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c curves.cpp -o curves.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from curves.cpp:25:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from curves.cpp:25:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c dates.cpp -o dates.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from dates.cpp:22:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from dates.cpp:22:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c daycounter.cpp -o daycounter.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from rquantlib.h:33,
                 from daycounter.cpp:21:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from rquantlib.h:33,
                 from daycounter.cpp:21:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c discount.cpp -o discount.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from rquantlib.h:33,
                 from discount.cpp:25:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from rquantlib.h:33,
                 from discount.cpp:25:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c hullwhite.cpp -o hullwhite.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from hullwhite.cpp:23:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from hullwhite.cpp:23:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c implieds.cpp -o implieds.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from rquantlib.h:33,
                 from implieds.cpp:22:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from rquantlib.h:33,
                 from implieds.cpp:22:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c modules.cpp -o modules.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from modules.cpp:26:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from modules.cpp:26:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c schedule.cpp -o schedule.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from schedule.cpp:25:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from schedule.cpp:25:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c utils.cpp -o utils.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from utils.cpp:23:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from utils.cpp:23:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c vanilla.cpp -o vanilla.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from vanilla.cpp:22:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from vanilla.cpp:22:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -I"C:/PROGRA~1/R/R-31~1.2/include" -DNDEBUG    -I"C:/Users/Jeroen/Documents/R/win-library/3.1/Rcpp/include" -I"d:/RCompile/CRANpkg/extralibs64/local/include"  -I"C:/Users/Jeroen/Desktop/quantlib"/include -I../inst/include -I. -I"C:/msys/home/boost_1_57_0" -fopenmp -fpermissive    -O2 -Wall  -mtune=core2 -c zero.cpp -o zero.o
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:34:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from zero.cpp:21:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:824:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomdefaultlatentmodel.hpp:842:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/all.hpp:36:0,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/all.hpp:11,
                 from C:/Users/Jeroen/Desktop/quantlib/include/ql/quantlib.hpp:42,
                 from ../inst/include/rquantlib_internal.h:24,
                 from ../inst/include/rquantlib.h:23,
                 from zero.cpp:21:
C:/Users/Jeroen/Desktop/quantlib/include/ql/experimental/credit/randomlosslatentmodel.hpp:84:13: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
g++ -m64 -shared -s -static-libgcc -o RQuantLib.dll tmp.def RcppExports.o asian.o barrier_binary.o bermudan.o bonds.o calendars.o curves.o dates.o daycounter.o discount.o hullwhite.o implieds.o modules.o schedule.o utils.o vanilla.o zero.o -LC:/Users/Jeroen/Desktop/quantlib/lib/x64 -lQuantLib -fopenmp -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/R/R-31~1.2/bin/x64 -lR
installing to C:/Users/Jeroen/Documents/R/win-library/3.1/RQuantLib/libs/x64
** R
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (RQuantLib)
eddelbuettel commented 9 years ago

Thanks for the reminder. I saw that when building QuantLib.

These have nothing to do with RQuantLib, but I will try to follow up with QuantLib upstream.

eddelbuettel commented 8 years ago

I think it may be time to kill this one.