Updated Branches:
  refs/heads/master 56c29c0a1 -> 23af5c5b5

TS-1116 re-enable git -Werror for clang


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/23af5c5b
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/23af5c5b
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/23af5c5b

Branch: refs/heads/master
Commit: 23af5c5b56d8d3c4d61ace903908f98ec3b7d12a
Parents: fe1da80
Author: Igor Galić <[email protected]>
Authored: Fri Feb 24 23:22:43 2012 +0100
Committer: Igor Galić <[email protected]>
Committed: Fri Feb 24 23:22:43 2012 +0100

----------------------------------------------------------------------
 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/23af5c5b/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 60396f2..45a7a60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -579,9 +579,9 @@ case $host_os in
       cxx_opt="-Wno-invalid-offsetof"
       ;;
     clang)
-      debug_opt="-ggdb3 $common_opt -Qunused-arguments"
-      release_opt="-g $common_opt $optimizing_flags -fno-strict-aliasing 
-Qunused-arguments"
-      cxx_opt="-Wno-invalid-offsetof -Qunused-arguments"
+      debug_opt="-ggdb3 $common_opt -Werror -Qunused-arguments"
+      release_opt="-g $common_opt $optimizing_flags -fno-strict-aliasing 
-Werror -Qunused-arguments"
+      cxx_opt="-Wno-invalid-offsetof -Werror -Qunused-arguments"
       ;;
     *) # gcc
       # This is useful for finding odd conversions

Reply via email to