Skip to content

Commit

Permalink
Added compiler warnings as per autopy
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Mar 27, 2015
1 parent 7e705e2 commit b04a3bf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
"<!(node -e \"require('nan')\")"
],

"cflags": [
"-Wall",
"-Wparentheses",
"-Winline",
"-Wbad-function-cast",
"-Wdisabled-optimization",
"-Wshadow"
],

"conditions": [
["OS == \"mac\"", {
"include_dirs": [
Expand Down

0 comments on commit b04a3bf

Please sign in to comment.