ParM  parm
A molecular dynamics library
swig_header.h
Go to the documentation of this file.
1 // **************** BEGIN PREPARED HEADER **************** //
2 // Some basic GCC initialization stuff to go at the beginning of the SWIG generated C++
3 
4 #if (defined(__GNUC__) || defined(__GNUG__)) && !(defined(__clang__))
5 // || defined(__INTEL_COMPILER)
6 
7 // Ignore these two directives *only* in sim_wrap.cxx
8 #pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
9 #endif
10 
11 #pragma GCC diagnostic ignored "-Wconversion"
12 
13 // **************** END PREPARED HEADER **************** //