Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
668cc25b
Commit
668cc25b
authored
Sep 10, 2012
by
David C. Lonie
Browse files
Silence redefinition warnings in matplotlib.
Change-Id: I9612c447a7f8b376940e9cb159647f535b6384f5
parent
0162904c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx
View file @
668cc25b
...
...
@@ -15,6 +15,13 @@
#include
"vtkMatplotlibMathTextUtilities.h"
// Prevent redefined symbol warnings in vtkPython.h:
#ifdef _POSIX_C_SOURCE
# undef _POSIX_C_SOURCE
#endif // _POSIX_C_SOURCE
#ifdef _XOPEN_SOURCE
# undef _XOPEN_SOURCE
#endif // _XOPEN_SOURCE
#include
"vtkPython.h"
#include
"vtkImageData.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment