Skip to content
Snippets Groups Projects
Commit 5b0fda25 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Make warnings from C fatal.

parent 10871043
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ run_test_gcc_9_1:
./configure
CC=mpicc FC=mpifort
FCFLAGS="-O2 -march=native -cpp -Wall -Wextra"
CFLAGS="-O2 -march=native -Wall -Wextra"
CFLAGS="-O2 -march=native -Wall -Wextra -Werror"
--disable-silent-rules
# build yaxt and unit tests without running tests
- make -j8 2> >(tee make.err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment