Skip to content

Commit c92dfb2

Browse files
committed
Revert changes to configure
1 parent b3c3e5d commit c92dfb2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

r/configure

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,6 @@ else
407407
echo "*** Failed to find Arrow C++ libraries."
408408
fi
409409

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-
415410
# Test that we can compile something with those flags
416411
CXX17="`${R_HOME}/bin/R CMD config CXX17` -E"
417412
CXX17FLAGS=`"${R_HOME}"/bin/R CMD config CXX17FLAGS`

0 commit comments

Comments
 (0)