r-lib / pingr

ICMP and TCP ping and related tools
http://r-lib.github.io/pingr/
Other
34 stars 8 forks source link

pingr update from CRAN #31

Closed gaborcsardi closed 10 months ago

gaborcsardi commented 11 months ago
Version: 2.0.2
Check: whether package can be installed
Result: WARN 
  Found the following significant warnings:
    rping.c:101:13: warning: too many arguments for format [-Wformat-extra-args]
  See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/pingr.Rcheck/00install.out’ for details.
  * used C compiler: ‘gcc-13 (Debian 13.2.0-5) 13.2.0’
Flavor: [r-devel-linux-x86_64-debian-gcc](https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-gcc/pingr-00check.html)
gaborcsardi commented 10 months ago

Issue fixed in 256f0bc75e6339ce4d1b891c1fb928b3f869b20a.

gaborcsardi commented 10 months ago

Also need another update for Windows:

    errors.c:54:28: warning: format '%d' expects argument of type 'int', but argument 3 has type 'DWORD' {aka 'long unsigned int'} [-Wformat=]
gaborcsardi commented 10 months ago

Done in #32.