Skip to content

Commit b04a3bf

Browse files
committed
Added compiler warnings as per autopy
1 parent 7e705e2 commit b04a3bf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

binding.gyp

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
"<!(node -e \"require('nan')\")"
66
],
77

8+
"cflags": [
9+
"-Wall",
10+
"-Wparentheses",
11+
"-Winline",
12+
"-Wbad-function-cast",
13+
"-Wdisabled-optimization",
14+
"-Wshadow"
15+
],
16+
817
"conditions": [
918
["OS == \"mac\"", {
1019
"include_dirs": [

0 commit comments

Comments
 (0)