diff options
| author | Ted Ross <tross@apache.org> | 2011-02-21 19:22:36 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-02-21 19:22:36 +0000 |
| commit | a99e63d05f019c3a94ad5040f24d87214b969719 (patch) | |
| tree | 1de357dcd92d0b8a260725af92254fb7aa907c79 /cpp/bindings/qpid/python | |
| parent | d9a38bf9045013e560af81e941f88a87aff12b51 (diff) | |
| download | qpid-python-a99e63d05f019c3a94ad5040f24d87214b969719.tar.gz | |
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
Diffstat (limited to 'cpp/bindings/qpid/python')
| -rw-r--r-- | cpp/bindings/qpid/python/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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") |
