Skip to content

Commit 7a11e07

Browse files
committed
handle warnings
1 parent 61100b1 commit 7a11e07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Makevars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
PKG_CPPFLAGS += -I../inst/include/
2+
PKG_CPPFLAGS += -I../inst/include/ -Wno-long-long
33

44
ifeq ($(OS), Windows_NT)
55

src/tbb/build/linux.clang.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PIC_KEY = -fPIC
2626
WARNING_AS_ERROR_KEY = -Werror
2727
WARNING_KEY = -Wall
2828
TEST_WARNING_KEY = -Wextra -Wshadow -Wcast-qual -Woverloaded-virtual -Wnon-virtual-dtor
29-
WARNING_SUPPRESS = -Wno-parentheses -Wno-non-virtual-dtor -Wno-dangling-else
29+
WARNING_SUPPRESS = -Wno-parentheses -Wno-non-virtual-dtor -Wno-dangling-else -Wno-c++11-long-long
3030
DYLIB_KEY = -shared
3131
EXPORT_KEY = -Wl,--version-script,
3232
LIBDL = -ldl

0 commit comments

Comments
 (0)