From a99e63d05f019c3a94ad5040f24d87214b969719 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Mon, 21 Feb 2011 19:22:36 +0000 Subject: QPID-3061 - Consolidated the Swig warning-suppressions into one file. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1073121 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bindings/qpid/python/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/bindings/qpid/python') diff --git a/cpp/bindings/qpid/python/CMakeLists.txt b/cpp/bindings/qpid/python/CMakeLists.txt index 51c983f3cf..5e4649cd7c 100644 --- a/cpp/bindings/qpid/python/CMakeLists.txt +++ b/cpp/bindings/qpid/python/CMakeLists.txt @@ -20,7 +20,6 @@ ##------------------------------------------------------ ## Use Swig to generate a literal binding to the C++ API ##------------------------------------------------------ -set(CMAKE_SWIG_FLAGS "-w361,362,401,467") set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/python.i PROPERTIES CPLUSPLUS ON) set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/python.i PROPERTIES SWIG_FLAGS "-I${qpid-cpp_SOURCE_DIR}/include") -- cgit v1.2.1