Skip to content

Commit

Permalink
Suppress compile warnings when using Python's headers (#1085).
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrnz committed Mar 15, 2017
1 parent 3613a8f commit 4176521
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/miscellaneous/PythonWrapper/CMakeLists.txt
Expand Up @@ -3,6 +3,10 @@ PROJECT(PythonWrapperPlugin)
# Add the plugin

ADD_PLUGIN(PythonWrapper
# Suppress warnings when using Python C API headers

THIRD_PARTY

SOURCES
../../datastoreinterface.cpp
../../plugin.cpp
Expand Down

0 comments on commit 4176521

Please sign in to comment.