We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61100b1 commit 7a11e07Copy full SHA for 7a11e07
src/Makevars
@@ -1,5 +1,5 @@
1
2
-PKG_CPPFLAGS += -I../inst/include/
+PKG_CPPFLAGS += -I../inst/include/ -Wno-long-long
3
4
ifeq ($(OS), Windows_NT)
5
src/tbb/build/linux.clang.inc
@@ -26,7 +26,7 @@ PIC_KEY = -fPIC
26
WARNING_AS_ERROR_KEY = -Werror
27
WARNING_KEY = -Wall
28
TEST_WARNING_KEY = -Wextra -Wshadow -Wcast-qual -Woverloaded-virtual -Wnon-virtual-dtor
29
-WARNING_SUPPRESS = -Wno-parentheses -Wno-non-virtual-dtor -Wno-dangling-else
+WARNING_SUPPRESS = -Wno-parentheses -Wno-non-virtual-dtor -Wno-dangling-else -Wno-c++11-long-long
30
DYLIB_KEY = -shared
31
EXPORT_KEY = -Wl,--version-script,
32
LIBDL = -ldl
0 commit comments