openfoam/wmake/rules/linux64Mingw
Mark Olesen 89fb73d2a3 COMP: disable some compiler warnings
- The -Wno-deprecated-copy flag for gcc-9.2.0

  In the future we may indeed wish to explicitly request default
  generated constructors and assignment operators, but at the moment
  these are still acceptable.

- The -Wno-alloc-size-larger-than flag for mingw compilations

  Related to differences in PTRDIFF_MAX vs SIZE_MAX on the target.
  Several issues related to this can be found in the gcc bug reports
  and on stackoverflow etc.
2019-12-11 20:42:11 +01:00
..
c CONFIG: relax requirement on C compile option 2019-08-07 09:22:09 +02:00
c++ COMP: disable some compiler warnings 2019-12-11 20:42:11 +01:00
c++Debug COMP: add wmake rules for mingw (#1238) 2019-04-28 13:36:50 +02:00
c++Opt COMP: add wmake rules for mingw (#1238) 2019-04-28 13:36:50 +02:00
c++Prof COMP: add wmake rules for mingw (#1238) 2019-04-28 13:36:50 +02:00
cDebug COMP: add wmake rules for mingw (#1238) 2019-04-28 13:36:50 +02:00
cOpt COMP: add wmake rules for mingw (#1238) 2019-04-28 13:36:50 +02:00
cProf COMP: add wmake rules for mingw (#1238) 2019-04-28 13:36:50 +02:00
general COMP: add wmake rules for mingw (#1238) 2019-04-28 13:36:50 +02:00
mplibMSMPI COMP: add wmake rules for mingw (#1238) 2019-04-28 13:36:50 +02:00