You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2018/03/28 15:51:42 UTC

qpid-dispatch git commit: NO-JIRA - Added back CMake option that will fail build on warnings

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 1340f2b85 -> a90d8b458


NO-JIRA - Added back CMake option that will fail build on warnings


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/a90d8b45
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/a90d8b45
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/a90d8b45

Branch: refs/heads/master
Commit: a90d8b45893e7184f4cd47e2ddb754748a89c93c
Parents: 1340f2b
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Wed Mar 28 11:51:34 2018 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Wed Mar 28 11:51:34 2018 -0400

----------------------------------------------------------------------
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/a90d8b45/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d9eea53..55c6e5f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -162,7 +162,7 @@ include_directories(
     )
 
 if (NOT CMAKE_SYSTEM_NAME STREQUAL SunOS)
- #add_compile_options(-Werror)
+ add_compile_options(-Werror)
  add_compile_options(-Wall)
  include(CheckCCompilerFlag)
  check_c_compiler_flag(-Wpedantic HAS_PEDANTIC_FLAG)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org