Skip to content

Commit

Permalink
Remove -Werror to make pip happy. (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e authored and mgeplf committed Apr 17, 2019
1 parent 8cb6b0b commit 79dbfb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ target_compile_options(morphio_obj
PRIVATE
-Wall
-Wextra
-Werror
-Wnon-virtual-dtor
-pedantic
)
Expand Down

0 comments on commit 79dbfb6

Please sign in to comment.