Closed Chris1221 closed 8 years ago
ld.cpp:38:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(uword i = 0; i < nCausal; i++){
Probably okay. This comes from the counter in RcppArmadillo.
RcppArmadillo
For some reason PKG_LIBS= -Wno-sign-compare in src/Makevars doesn't seem to have an effect.
PKG_LIBS= -Wno-sign-compare
src/Makevars
Probably okay. This comes from the counter in
RcppArmadillo
.