Browse Source

Expand set of warnings we error on in CI

pull/1089/head
Andrew Waterman 4 years ago
parent
commit
ab20d616ae
  1. 2
      ci-tests/test-spike

2
ci-tests/test-spike

@ -6,7 +6,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
mkdir build
cd build
mkdir install
CFLAGS="-Werror" $DIR/../configure --prefix=`pwd`/install
CFLAGS="-Werror -Wignored-qualifiers -Wunused-function -Wunused-parameter -Wunused-variable" $DIR/../configure --prefix=`pwd`/install
make -j4
make install

Loading…
Cancel
Save