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 d06f5fd commit 6025c33Copy full SHA for 6025c33
1 file changed
make/compiler_flags
@@ -162,6 +162,10 @@ endif
162
## makes reentrant version lgamma_r available from cmath
163
CXXFLAGS_OS += -D_REENTRANT
164
165
+ifeq (gcc,$(CXX_TYPE))
166
+CXXFLAGS_WARNINGS += -Wno-int-in-bool-context -Wno-attributes
167
+endif
168
+
169
################################################################################
170
# Setup OpenCL
171
#
0 commit comments