Skip to content

Commit

Permalink
no -Wall
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 13, 2012
1 parent 8a9d345 commit 9116dd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wscript
Expand Up @@ -17,7 +17,6 @@ def configure(conf):


def build(bld): def build(bld):
obj = bld.new_task_gen("cxx", "shlib", "node_addon") obj = bld.new_task_gen("cxx", "shlib", "node_addon")
obj.cxxflags = ["-Wall", "-Werror"]
obj.target = "binding" obj.target = "binding"
obj.source = "binding.cc" obj.source = "binding.cc"
obj.uselib = "ZMQ UUID" obj.uselib = "ZMQ UUID"
Expand Down

0 comments on commit 9116dd5

Please sign in to comment.