You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2017/11/10 03:25:46 UTC

[2/2] qpid-proton git commit: NO-JIRA: Remove disable warnings flag that causes a warning on Windows - And doesn't seem to matter on any platform I tried

NO-JIRA: Remove disable warnings flag that causes a warning on Windows
- And doesn't seem to matter on any platform I tried


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

Branch: refs/heads/master
Commit: e2cacf7f5c190596e413aacb8cb6e964344ba186
Parents: cb0ff02
Author: Andrew Stitcher <as...@apache.org>
Authored: Thu Nov 2 16:44:37 2017 -0400
Committer: Andrew Stitcher <as...@apache.org>
Committed: Thu Nov 9 22:23:45 2017 -0500

----------------------------------------------------------------------
 proton-c/bindings/python/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/e2cacf7f/proton-c/bindings/python/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/bindings/python/CMakeLists.txt b/proton-c/bindings/python/CMakeLists.txt
index b7b7ce0..28fed01 100644
--- a/proton-c/bindings/python/CMakeLists.txt
+++ b/proton-c/bindings/python/CMakeLists.txt
@@ -27,7 +27,7 @@ include_directories (${PYTHON_INCLUDE_PATH})
 set_source_files_properties(cproton.i PROPERTIES CPLUSPLUS NO)
 
 # Suppress warnings in swig generated code.
-set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -w")
+set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
 
 # Set Compiler extra flags for Solaris when using SunStudio
 if (CMAKE_C_COMPILER_ID STREQUAL "SunPro")


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