Deny warnings on CI

This commit is contained in:
heinrich5991 2017-03-19 17:38:39 +01:00 committed by necropotame
parent 90b51d140a
commit c5269fc764

View file

@ -22,5 +22,5 @@ test:
mkdir build
cd build
cmake ..
env CFLAGS="-Wdeclaration-after-statement -Werror" CXXFLAGS="-Werror" cmake ..
make everything