Message ID | 20120501151514.14028.62714.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'wscript' --- wscript 2012-04-19 16:01:04 +0000 +++ wscript 2012-05-01 15:12:54 +0000 @@ -79,7 +79,7 @@ ctx.check_cfg(package = pkg, uselib_store = uselib, args = '--cflags --libs', mandatory = True) - ctx.env.append_unique('CXXFLAGS', '-Wall -Wextra'.split(' ')) + ctx.env.append_unique('CXXFLAGS', '-Wall -Werror -Wextra'.split(' ')) # Prepend -O# and -g flags so that they can be overriden by the CFLAGS environment variable if Options.options.opt: