Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rstan
: io
: Fix type conversion warning
```c++ Found the following significant warnings: ../inst/include/rstan/io/r_ostream.hpp:48:20: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 2 has type ‘std::streamsize’ {aka ‘long int’} [-Wformat=] ../inst/include/rstan/io/r_ostream.hpp:71:21: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 2 has type ‘std::streamsize’ {aka ‘long int’} [-Wformat=] ```
- Loading branch information