Fix warnings from python and GNU headers.
Due to some squireliness of how python headers work, we need to include any python binding headers first, before any C library headers. This is contrary to the projects coding and style guidelines but necessary since python.h will otherwise re-define core system feature macros.
parent
a27f760f
No related branches found
No related tags found
Showing
- bindings/python/ADIOSPy.cpp 1 addition, 0 deletionsbindings/python/ADIOSPy.cpp
- bindings/python/ADIOSPy.h 2 additions, 1 deletionbindings/python/ADIOSPy.h
- bindings/python/EnginePy.h 2 additions, 1 deletionbindings/python/EnginePy.h
- bindings/python/IOPy.h 4 additions, 4 deletionsbindings/python/IOPy.h
- bindings/python/gluePyBind11.cpp 7 additions, 6 deletionsbindings/python/gluePyBind11.cpp
Loading
Please register or sign in to comment