We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b9e3f commit 7ebe7f3Copy full SHA for 7ebe7f3
src/Makevars.in
@@ -89,6 +89,14 @@ ifeq ($(USE_TBB), SunOS)
89
endif
90
91
92
+# Silence some compilation warnings. This is a dirty trick, but is necessary
93
+# as TBB uses a number of #pragmas and compiler-specific switches depending
94
+# on the compiler and machine being compiled for, and it selects and activates
95
+# those switches only after confirming the specific compiler features it needs.
96
+ifneq ($(OS), Windows_NT)
97
+ MAKE_ARGS += >/dev/null 2>&1
98
+endif
99
+
100
.PHONY: all tbb
101
102
# Order is important in Windows' case. See PKG_LIBS above
0 commit comments