Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
raise warning level
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Aug 2, 2021
1 parent fa36f80 commit f88c008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ before_install:
script:
- mkdir build
- cd build
- cmake .. && make && ./example/popl_example && cd test && ./popl_test
- cmake -DCMAKE_CXX_FLAGS="$CXXFLAGS -Werror -Wall -Wextra -pedantic -Wno-unused-function -O2" .. && make && ./example/popl_example && cd test && ./popl_test

0 comments on commit f88c008

Please sign in to comment.