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 b3c3e5d commit c92dfb2Copy full SHA for c92dfb2
r/configure
@@ -407,11 +407,6 @@ else
407
echo "*** Failed to find Arrow C++ libraries."
408
fi
409
410
-# If using Clang, suppress GNU variadic macro warning from Thrift
411
-#if ${R_HOME}/bin/R CMD config CXX | grep -q clang; then
412
-# PKG_CFLAGS="$PKG_CFLAGS -Wno-gnu-zero-variadic-macro-arguments"
413
-#fi
414
-
415
# Test that we can compile something with those flags
416
CXX17="`${R_HOME}/bin/R CMD config CXX17` -E"
417
CXX17FLAGS=`"${R_HOME}"/bin/R CMD config CXX17FLAGS`
0 commit comments