Chris1221 / coRge

Evaluation of Simultaneous Inference Methods for the Human Genome.
http://chrisbcole.me/coRge/
Apache License 2.0
0 stars 0 forks source link

Unsigned to signed int comparison [-wSign-compare] #32

Closed Chris1221 closed 8 years ago

Chris1221 commented 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.

Chris1221 commented 8 years ago

For some reason PKG_LIBS= -Wno-sign-compare in src/Makevars doesn't seem to have an effect.