Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning on CRAN #104

Closed
kbroman opened this issue Nov 27, 2023 · 0 comments
Closed

Warning on CRAN #104

kbroman opened this issue Nov 27, 2023 · 0 comments

Comments

@kbroman
Copy link
Owner

kbroman commented Nov 27, 2023

Got an email from CRAN to fix the following warning:

Version: 1.62
Check: whether package can be installed
Result: WARN
  Found the following significant warnings:
    mqmaugment.cpp:244:15: warning: too many arguments for format [-Wformat-extra-args]
  See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/qtl.Rcheck/00install.out’ for details.
  * used C compiler: ‘gcc-13 (Debian 13.2.0-5) 13.2.0’
  * used C++ compiler: ‘g++-13 (Debian 13.2.0-5) 13.2.0’

Flavor: r-devel-linux-x86_64-debian-gcc

The compile error in install.out is the following:

mqmaugment.cpp:244:15: warning: too many arguments for format [-Wformat-extra-args]
  244 |       Rprintf("INFO: VALGRIND MEMORY DEBUG BARRIERE TRIGGERED\n", "");
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant