Closed jwijffels closed 6 years ago
@jwijffels Hi, thanks. Sure we can resolve that by changing from int to unsigned int. Feel free to submit a pull request that resolves this warning and I can help with reviewing. Thanks for working on the R package!
I'll see what I can do to fix these compiler warnings in a pull request.
Hello, I would like to publish one of these days the R package which I've created wrapping StarSpace to CRAN. CRAN is pretty picky about compiler warnings and does not allow to e.g. compile with the following
-Wno-sign-compare -Wno-unused-value -Wno-unused-variable -Wno-unused-but-set-variable
. Would it be possible to solve the compiler warnings shown below. That would be great!