Commit 304a93e6 authored by Lev Walkin's avatar Lev Walkin

warnings as errors

parent 1b3a1351
......@@ -2,4 +2,4 @@ language: c
compiler:
- gcc
- clang
script: autoreconf -iv && ./configure && make && make check
script: autoreconf -iv && ./configure --enable-Werror && make -j8 && make check
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment