File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ inlineCxxPlugin <- function() {
2828}
2929
3030tbbCxxFlags <- function () {
31+ flags <- " -Wno-long-long"
3132 if (Sys.info()[' sysname' ] == " Windows" )
32- " -DRCPP_PARALLEL_USE_TBB=1"
33- else
34- " "
33+ flags <- paste(flags , " -DRCPP_PARALLEL_USE_TBB=1" )
34+ flags
3535}
3636
3737# Return the linker flags requried for TBB on this platform
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ PIC_KEY = -fPIC
2626WARNING_AS_ERROR_KEY = -Werror
2727WARNING_KEY = -Wall
2828TEST_WARNING_KEY = -Wextra -Wshadow -Wcast -qual -Woverloaded -virtual -Wnon -virtual -dtor
29- WARNING_SUPPRESS = -Wno -parentheses -Wno -non -virtual -dtor -Wno -dangling -else -Wno -c ++ 11 - long -long
29+ WARNING_SUPPRESS = -Wno -parentheses -Wno -non -virtual -dtor -Wno -dangling -else -Wno -long -long
3030DYLIB_KEY = -shared
3131EXPORT_KEY = -Wl , --version -script ,
3232LIBDL = -ldl
You can’t perform that action at this time.
0 commit comments