110 added some compiler warning suppression, but actually R CMD check complains about using those in a NOTE:
* checking pragmas in C/C++ headers and code ... NOTE
File which contains pragma(s) suppressing diagnostics:
‘src/integer64.c’
I will try to submit 4.6.0 with this NOTE intact, but it makes sense to revisit this warning later -- is it valid, does the suggested workaround break anything? It will take a bit more investigation to proceed.
110 added some compiler warning suppression, but actually
R CMD check
complains about using those in aNOTE
:I will try to submit 4.6.0 with this
NOTE
intact, but it makes sense to revisit this warning later -- is it valid, does the suggested workaround break anything? It will take a bit more investigation to proceed.