Closed r-barnes closed 2 years ago
Sorry, just saw this. I just pushed a macro fix (with comment on the other pull request). I think that is preferable to duplicating code.
@sahrk : This looks like it compiles locally, but CRAN will try compiling on a number of machines where this may not work. I'll close this for now since it's easy enough to make another if the issue persists.
@r-barnes I re-ordered the cases in my FALLTHROUGH
macro, to avoid a warning in clang (clang implements the attribute but warns that it's a C++ 11 feature). Hopefully that won't lead to a different warning on another compiler...
This fixes the fall-thru warning