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/08 16:33:44 UTC

[2/2] qpid-dispatch git commit: NO-JIRA - Removed CMake option that failed a build if there were any warnings. Proton has a new feature wherein it throws warnings on use of deprecated functions. We want to continue to use the deprecated functions for the

NO-JIRA - Removed CMake option that failed a build if there were any warnings. Proton has a new feature wherein it throws warnings on use of deprecated functions. We want to continue to use the deprecated functions for the time beiong


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

Branch: refs/heads/master
Commit: dd8948e4dd344b05625038493a82fc59289836fd
Parents: caa554d
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Thu Mar 8 11:32:43 2018 -0500
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Thu Mar 8 11:32:43 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/dd8948e4/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 55c6e5f..d9eea53 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