Skip to content

Commit

Permalink
Use BUILD_WARNING_LEVEL in Travis CI
Browse files Browse the repository at this point in the history
Change-Id: I66087983cf5c08a8b3cc9bcd9e688ceb1762a48d
  • Loading branch information
wesm committed Sep 30, 2017
1 parent 1bec4a7 commit 6d0d411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/travis_before_script_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ fi
if [ $TRAVIS_OS_NAME == "linux" ]; then
cmake $CMAKE_COMMON_FLAGS \
$CMAKE_LINUX_FLAGS \
-DARROW_CXXFLAGS="-Wconversion -Wno-sign-conversion -Werror" \
-DBUILD_WARNING_LEVEL=CHECKIN
$ARROW_CPP_DIR
else
cmake $CMAKE_COMMON_FLAGS \
$CMAKE_OSX_FLAGS \
-DARROW_CXXFLAGS=-Werror \
-DBUILD_WARNING_LEVEL=CHECKIN
$ARROW_CPP_DIR
fi

Expand Down

0 comments on commit 6d0d411

Please sign in to comment.