Re: [Rcpp-devel] Package Submission Barred by Pedantic

2018-12-17 Thread Dirk Eddelbuettel
Hi KK, Thanks for the speedy reply. On 17 December 2018 at 12:00, Qiang Kou wrote: | The warning is | | "d:/RCompile/CRANpkg/lib/3.6/BH/include/boost/interprocess/detail/win32_api.hpp:145:9: | warning: ISO C++ prohibits anonymous structs [-Wpedantic]" | | It is a Windows-only warning and has

Re: [Rcpp-devel] Package Submission Barred by Pedantic

2018-12-17 Thread Qiang Kou
Hi, Dirk, The warning is "d:/RCompile/CRANpkg/lib/3.6/BH/include/boost/interprocess/detail/win32_api.hpp:145:9: warning: ISO C++ prohibits anonymous structs [-Wpedantic]" It is a Windows-only warning and has been fixed in Boost 1.69. Best wishes, KK On Mon, Dec 17, 2018 at 11:53 AM Dirk Eddel

Re: [Rcpp-devel] Package Submission Barred by Pedantic

2018-12-17 Thread Dirk Eddelbuettel
On 17 December 2018 at 13:30, Nicholas Rittler wrote: | I've had no luck arguing that this warning is a false positive with Uwe | Ligges. How long does this usually take? Nobody knows. If in doubt, try to make the issue go away. | What is more, while the issue has been resolved in the Boost co

Re: [Rcpp-devel] Package Submission Barred by Pedantic

2018-12-17 Thread Nicholas Rittler
I've had no luck arguing that this warning is a false positive with Uwe Ligges. How long does this usually take? What is more, while the issue has been resolved in the Boost code, it seems to my untrained eye that winbuidler is indeed setting "-pedantic", which it's not supposed to do. Is that not

Re: [Rcpp-devel] Package Submission Barred by Pedantic

2018-11-05 Thread Qiang Kou
Hi, Nicholas, First, what you reported is a known issue from boost [1], not Rcpp. Second, this issue has been fixed in boost 1.69 [2] and the bh package still uses 1.66. Third, this warning won't block your submission to CRAN [3] [4]. I hope I answered your question. Best wishes, KK [1] http

Re: [Rcpp-devel] Package Submission Barred by Pedantic

2018-11-05 Thread Nicholas Rittler
When you say "unset it", do you mean physically delete the flag from the file? I don't see the pedantic flag set in my {R_HOME}/etc/Makeconf or any Makevars file locally, so I tried passing "-Wno-pedantic", but this renders warnings later on about non-portable code. On Wed, Oct 31, 2018 at 5:11

Re: [Rcpp-devel] Package Submission Barred by Pedantic

2018-10-31 Thread Dirk Eddelbuettel
On 30 October 2018 at 23:52, Nicholas Rittler wrote: | In attempting to submit a package to CRAN, I'm receiving the following | warning: "I'm receiving" as in "I see this when I compile at home" or as in "I see this in win-builder" ? | d:/RCompile/CRANpkg/lib/3.6/BH/include/boost/interprocess