aboutsummaryrefslogtreecommitdiff
path: root/ci-tests/test-spike
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2022-09-22 18:43:26 -0700
committerAndrew Waterman <andrew@sifive.com>2022-10-04 15:40:28 -0700
commitab20d616ae610a0b54cddb2af9b3b36b84df5e85 (patch)
treee86a81e4c4dcf51768b745313480421a0afd14cc /ci-tests/test-spike
parent97219fe85eecdcc298078b6b94db44cdb99b4cab (diff)
downloadspike-ab20d616ae610a0b54cddb2af9b3b36b84df5e85.zip
spike-ab20d616ae610a0b54cddb2af9b3b36b84df5e85.tar.gz
spike-ab20d616ae610a0b54cddb2af9b3b36b84df5e85.tar.bz2
Expand set of warnings we error on in CI
Diffstat (limited to 'ci-tests/test-spike')
-rwxr-xr-xci-tests/test-spike2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-tests/test-spike b/ci-tests/test-spike
index fa9bbdd..cd3fccc 100755
--- a/ci-tests/test-spike
+++ b/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