Skip to content

Commit 60cc633

Browse files
committed
raise warning level
1 parent 2ffa856 commit 60cc633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ before_install:
130130
script:
131131
- mkdir build
132132
- cd build
133-
- cmake .. && make && ./example/popl_example && cd test && ./popl_test
133+
- cmake -DCMAKE_CXX_FLAGS="$CXXFLAGS -Werror -Wall -Wextra -pedantic -Wno-unused-function -O2" .. && make && ./example/popl_example && cd test && ./popl_test

0 commit comments

Comments
 (0)