Skip to content

Commit

Permalink
Add -Werror compile arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Léa Klein committed Sep 19, 2018
1 parent a8ac223 commit 4a9054d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
'-std=c99',
'-pedantic',
'-Wall',
'-Werror',
'-Wextra',
'-fPIC',

Expand Down

0 comments on commit 4a9054d

Please sign in to comment.