Skip to content
Snippets Groups Projects

Fix compilation warnings

Merged Marco Cattaneo requested to merge fixgcc7warnings into 2018-patches
4 files
+ 14
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -19,6 +19,14 @@
// ============================================================================
// Python
// ============================================================================
#ifdef _POSIX_C_SOURCE
#undef _POSIX_C_SOURCE
#endif
#ifdef _XOPEN_SOURCE
#undef _XOPEN_SOURCE
#endif
#include "Python.h"
// ============================================================================
namespace Analysis
Loading