diff --git a/circle.yml b/circle.yml index c65f8b051..4e625b532 100644 --- a/circle.yml +++ b/circle.yml @@ -22,5 +22,5 @@ test: mkdir build cd build - cmake .. + env CFLAGS="-Wdeclaration-after-statement -Werror" CXXFLAGS="-Werror" cmake .. make everything