diff mbox

[Branch,~glcompbench-dev/glcompbench/trunk] Rev 83: Build: All warnings should be errors.

Message ID 20120501151514.14028.62714.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Jesse Barker May 1, 2012, 3:15 p.m. UTC
------------------------------------------------------------
revno: 83
committer: Jesse Barker <jesse.barker@linaro.org>
branch nick: trunk
timestamp: Tue 2012-05-01 08:12:54 -0700
message:
  Build: All warnings should be errors.
modified:
  wscript


--
lp:glcompbench
https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk

You are subscribed to branch lp:glcompbench.
To unsubscribe from this branch go to https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk/+edit-subscription
diff mbox

Patch

=== 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: